514 B
514 B
Contributing
Setup
- Copy
.env.exampleto.env. - Install dependencies with
npm install. - Start the app with
npm run devordocker compose up --build.
Before opening changes
Run:
npm run build
npm test
If you are touching the running service flow, also run:
npm run smoke
Notes
- Keep the code modular. Avoid adding unrelated logic into a single file.
- Preserve the cleanup guarantees around temporary clone directories.
- Do not commit private SSH keys.