Deployment
Deploy SocialTwin to Cloudflare Pages and Workers.
Deployment Commands
Deploy All Services
# Production
scripts/deploy.all.sh production
# Preview
scripts/deploy.all.sh preview Deploy Individual Services
# Deploy Pages (Frontend)
pnpm run deploy:pages
# Deploy Workers
pnpm run deploy:workers
# Deploy Landing Page
pnpm run deploy:landing