A demo project.
This repo is set up to deploy to Vercel from the main branch:
- Create a Vercel project and connect your GitHub repository.
- Set the following GitHub secrets in your repo (Settings → Secrets):
VERCEL_TOKEN(Personal token)VERCEL_ORG_IDVERCEL_PROJECT_ID
- Push the
mainbranch to your remote and Vercel will deploy automatically.
If you prefer to deploy manually from your local machine, install the Vercel CLI and run:
npm run build
npx vercel --prod