Prepare the application for deployment on Vercel and configure environment variables.
Tasks
- Create vercel.json if necessary
- Configure environment variables in Vercel
- Update README with deployment instructions
- Verify that build works (npm run build)
- Configure domain (optional)
- Configure redirects and rewrites if necessary
- Test deployment in preview
Acceptance Criteria
- Build works without errors
- Environment variables configured
- README updated
- Successful deployment on Vercel
- App works in production
Prepare the application for deployment on Vercel and configure environment variables.
Tasks
Acceptance Criteria