Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 438 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 438 Bytes

Contributing to nomnoml

To start contributing you will need to fork the repo on github and clone it first.

Building

Running npm run build will run compile the nomnoml library, the webapp and run all tests.

Testing

Before committing and before making a pull request make sure that all unit tests and usecase tests are ok. Here is a good procedure:

  1. Run npm run build
  2. Check index.html
  3. Check test/index.html