Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 481 Bytes

contributing.md

File metadata and controls

22 lines (20 loc) · 481 Bytes

To develop locally:

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Create a new branch:
    git checkout -b MY_BRANCH_NAME
    
  3. Install yarn:
    npm install -g yarn
    
  4. Install the dependencies with:
    yarn
    
  5. Start developing and watch for code changes:
    yarn dev