Personal site and sandbox built with Gatsby, React, and Node.js. The layout is now stripped down to lorem ipsum content so it can be quickly customized without worrying about legacy posts.
- Install dependencies:
npm install - Start the dev server:
npm run develop - Build for production:
npm run build
The development server runs at http://localhost:8000 and the GraphQL explorer lives at http://localhost:8000/___graphql.
Any static host works (Netlify, Vercel, Cloudflare Pages, S3, etc.). Point the host to run npm run build and serve the public/ directory.
This project is open source and available under the MIT License.