Contributing Install deps docker npm install Start services Run docker compose up in /test/db Run the tests: npm run test:run Make changes in code (/src) and tests (/test/lib and /test/server) Run the tests again: npm run test:run Commit + PR