My Gatsby Powered Site Installing pre-requisites Setup nvm and use it to install/create environment: nvm install nvm use yarn Quick Reference Run development server with hot-reload: yarn run gatsby develop Do a production build & serve: yarn run gatsby build yarn run gatsby serve