Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 455 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 455 Bytes

Contributing to nomnoml

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

Building

Running npm run prepare will run compile both the nomnoml library and the webapp and run all unit 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 prepare
  2. Check index.html
  3. Check test/index.html