Deployment
Cepress Generator projects are standard Node.js apps, so they can be deployed anywhere Node.js is supported.
Recommended Platforms
- • Railway
- • Vercel (with custom server)
- • Render
- • Fly.io
- • Heroku
Environment Variables
Make sure your deployment platform includes a valid .env configuration with DATABASE_URL and JWT_SECRET.
Build & Start
Once you've set up your environment variables, you can build and start your project:
Build and start
npm run build
npm run start