Eddie Hedges

eddiehedges.dev

Personal website built with Gatsby and TypeScript, deployed on Cloudflare Pages.

Live site: https://eddiehedges.dev

Quick Start

# Install dependencies
npm install

# Start development server
npm run develop

Visit http://localhost:8000 to see your changes.

Available Commands

npm run develop      # Start dev server with hot reload
npm run build        # Build for production
npm run type-check   # Run TypeScript type checking
npm run format       # Format code with Prettier
npm run clean        # Clear Gatsby cache

Deployment

Pushes to the dev branch automatically deploy to production via Cloudflare Pages. Feature branches get preview URLs on every push.

See DEPLOYMENT.md for details.

Tech Stack

License

MIT