My first personal web site - voronetskiy.dev 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
yarn
-
Start the development server
yarn start
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve
Inspired mostly from Brittany's work: brittanychiang.com