- Fork the repository
- Clone your fork
- Verify that you are running Node version 10 (NVM reccomended for managing node versions)
- Install gatsby globally
npm install -g gatsby-cli
- Install dependencies with
npm install
- Start the application with
npm start
- Prettyfy your code with
npm run format
- Create a new branch for your changes
- Create the PR from that branch to the master branch