Eddie Hedges

Deployment with Cloudflare Pages

This site deploys automatically to Cloudflare Pages.

How It Works

Simple workflow:

  1. Make changes locally
  2. Commit to dev branch (or feature branch)
  3. Push to GitHub
  4. Cloudflare Pages automatically builds and deploys

Production Deployment

Production URL: https://eddiehedges.dev

Deployment:

Preview Deployments

Feature branches automatically get preview URLs:

Configuration

See wrangler.toml for Cloudflare Pages configuration:

Local Development

# 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

No Manual Deployment Needed

Everything is automatic - just push to GitHub!