Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 827 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (19 loc) · 827 Bytes

Contributing guidelines

You know what to do. If you do something wrong, I will not approve your PR.

Running the project

  1. Clone the repository and bellum-gens-api-core.
  2. Run bellum-gens-api-core server as described in the readme.
  3. Run npm install.
  4. Run npm start.

Commit messages

Please follow the Conventional Commits specification.

Pull requests

Please follow the Pull Request Template.

Code style

Please follow the ESLint rules.

Running the linter

Run npm run lint.

Testing

Please write tests for your code. If you are not sure how to write tests, ask for help.

Running the tests

Run npm run test:prod.