Deploying the web app
Getting the app live on Vercel
If you run into any trouble, refer to the official Next.js documentation.
Setup
- Login or sign up for a Vercel account
- Create a new project
- Select your repository
- Override the build command to use the following:
pnpx convex deploy --cmd='pnpm run build' - When you're ready, click deploy
Note: The build should fail due to missing enviornment variables. This is expected, proceed on to the next step.