Install dependencies.
npm install # make sure you have gatsby and gatsby-cli installed!!! npm install gatsby npm install gatsby-cliRestart your terminal.
Start the project.
gatsby develop
Build project for deployment.
gatsby build
By default the website will build to ./public/ directory.
Your code needs to be formatted with Prettier for the contribution to be accepted, you must also loosely follow coding practices used in the project.