-
Install the Gatsby CLI
npm install -g gatsby-cli
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
yarn install or npm install
-
Start the development server
yarn dev or npm run dev
-
Generate a full static production build
yarn build or npm run build
-
Preview the site as it will appear once deployed
yarn serve or npm run serve
MIT © Roldan Montilla Jr