Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 515 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 515 Bytes

Running Full stack open on your environment

  1. Fork the repository
  2. Clone your fork
  3. Verify that you are running Node version 10 (NVM reccomended for managing node versions)
  4. Install gatsby globally npm install -g gatsby-cli
  5. Install dependencies with npm install
  6. Start the application with npm start

Setting up the PR

  1. Prettyfy your code with npm run format
  2. Create a new branch for your changes
  3. Create the PR from that branch to the master branch