Skip to content

Files

Latest commit

ea6d1c8 · Jan 30, 2024

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