diff --git a/pages/client/deploy.mdx b/pages/client/deploy.mdx index 2f93b23..dc8bec0 100644 --- a/pages/client/deploy.mdx +++ b/pages/client/deploy.mdx @@ -22,6 +22,11 @@ title: 'Deploy' - `VITE_BACKEND_URL`: Only set if you have a self-hosted backend. Put in your backend URL. Check out [configuration reference](../client/configuration.mdx) for details. Make sure to not have a slash at the end of the URL. 1. Click "Deploy" +1. Click [here](https://github.com/movie-web/movie-web/fork) to fork the movie-web Github repository +1. Go to Project settings/Git. +1. Disconnect your project's Connected Git Repository. +1. Click the Github button. +1. Connect your own fork of the movie-web Github repository. 1. Congrats! You have your own version of movie-web hosted. 1. You may wish to configure a custom domain - Please consult [the Vercel docs for how to do this](https://vercel.com/docs/getting-started-with-vercel/domains).