Skip to Content

Vercel Deployment

Vercel is the primary deployment target for cur8d.

Continuous Deployment

  1. Connect your GitHub repository to Vercel.
  2. Configure environment variables in the Vercel project dashboard.
  3. Vercel will automatically deploy on every push to main and create preview URLs for PRs.

The vercel.json file in the root provides additional project configuration.

Last updated on