Skip to main content

Deployment

Deploying to Vercel and Render

Deploy the frontend to Vercel and the backend to Render.

Vercel Configuration

Environment Variables

keyvalue
NEXT_PUBLIC_BACKEND_ORIGINyour backend server origin

Settings

Settingsvalue
Root Directoryfrontend
Framework PresetNext.js

Render Configuration

Environment Variables

keyvalue
FRONTEND_ORIGINyour frontend server origin

Settings

Settingsvalue
Root Directorybackend
Build Commandnpm install && npm run migrate
Start Commandnpm run start