This is a Gatsby powered site.
npm run develop
npm run deploy
npm install npm-ls-scripts -g
ls-scripts
NPM - ls scripts
---
build - gatsby build
deploy - gatsby build && gh-pages -d public
develop - gatsby develop
serve - gatsby serve
---
8000