Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 291 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 291 Bytes

Contributing

Install deps

  • docker
  • npm install

Start services

  1. Run docker compose up in /test/db
  2. Run the tests: npm run test:run
  3. Make changes in code (/src) and tests (/test/lib and /test/server)
  4. Run the tests again: npm run test:run
  5. Commit + PR