The third iteration of nick-east.com built with Gatsby and hosted with Netlify
-
Install the Gatsby CLI
npm install -g gatsby-cli
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Generate a full static production build
npm run build