Skip to content

Latest commit

History

History
14 lines (10 loc) 路 666 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) 路 666 Bytes

Contributing to Hasura Backend Plus

Dependencies

Get Started

  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 the dependencies: yarn
  4. Run yarn dev to build and watch for code changes