Personal website built with Gatsby and TypeScript, deployed on Cloudflare Pages.
Live site: https://eddiehedges.dev
# Install dependencies
npm install
# Start development server
npm run develop
Visit http://localhost:8000 to see your changes.
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
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.
MIT