Complexity: 150 points
Summary
Set up Vercel deployments with Preview Deployments per PR and Production deployment from main, including correct environment variables and network config.
Tasks
- Configure Vercel project build settings and output directory.
- Define environment variables for preview vs production (backend base URL, network, RPC/Horizon endpoints, contract registry URL).
- Enable Preview Deployments for PRs and ensure type/lint checks run in CI.
- Validate wallet integrations in both preview and production (no mixed-content issues).
Acceptance Criteria
- Every PR generates a working preview URL.
main deploys automatically to production.
- App loads and can complete core flows in both environments.
-
- Provide documentation with the Vercel URL to the site.
Complexity: 150 points
Summary
Set up Vercel deployments with Preview Deployments per PR and Production deployment from
main, including correct environment variables and network config.Tasks
Acceptance Criteria
maindeploys automatically to production.