To start contributing you will need to fork the repo on github and clone it first.
Running npm run prepare
will run compile both the nomnoml library and the webapp and run all unit tests.
Before committing and before making a pull request make sure that all unit tests and usecase tests are ok. Here is a good procedure:
- Run
npm run prepare
- Check
index.html
- Check
test/index.html