nathanbeekman.com is built with Gatsby and hosted by Netlify
-
Install Gatsby CLI
npm install -g gatsby-cli
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
yarn
-
Start the development server
yarn start
-
Generate a full static production build
yarn build
-
Preview the site as it will appear once deployed
yarn serve
-
Lint the project
yarn lint