Vercel Deployment
Vercel is the primary deployment target for cur8d.
Continuous Deployment
- Connect your GitHub repository to Vercel.
- Configure environment variables in the Vercel project dashboard.
- Vercel will automatically deploy on every push to
mainand create preview URLs for PRs.
The vercel.json file in the root provides additional project configuration.
Last updated on