hmmm...

Deploying the web app

Getting the app live on Vercel

If you run into any trouble, refer to the official Next.js documentation.

Setup

  1. Login or sign up for a Vercel account
  2. Create a new project
  3. Select your repository
  4. Override the build command to use the following:
    pnpx convex deploy --cmd='pnpm run build'
  5. 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.

On this page