My muthafuckin' blog
It's powered by Gatsby so you know it's great
- After cloning this install all deps with the usual
npm install
command (ornpm install --legacy-peer-deps
as updating Gatsby broke stuff and still not fixed) - Highly recommended to use Gatsby CLI. You can install it using
npm install -g gatsby-cli
gatsby develop
gives a preview server- To build use
gatsby build
- You can also just use npm commands directly to test and build
Deployed automatically on Netlify