This site deploys automatically to Cloudflare Pages.
Simple workflow:
dev branch (or feature branch)Production URL: https://eddiehedges.dev
Deployment:
dev branchFeature branches automatically get preview URLs:
https://<commit-hash>.edhedges-dev.pages.devSee wrangler.toml for Cloudflare Pages configuration:
npm run buildpublic# Install dependencies
npm install
# Start development server
npm run develop
# Visit http://localhost:8000
# Build for production
npm run build
# Type check
npm run type-check
Everything is automatic - just push to GitHub!