Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 489 Bytes

contributing.md

File metadata and controls

9 lines (8 loc) · 489 Bytes

Contributing to ndi

  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: yarn
  5. Create an .env file: cp .env.example .env
  6. Update the env vars values
  7. Run yarn dev to build and watch for code changes