Nodi Developer's Guide
The version covered in this document is now deprecated. Nodi is currently developing Version 2, which can be accessed here: v2.nodi3d.com.
This document describes the information you need to get involved in the development of Nodi.
#
ContributingIf you want to commit a feature addition or bug fix, fork it on Github and edit the code on the forked branch.
You can run the test with the following command after the modification, and make sure that all the tests succeed before sending a pull request.
yarn test // executing test by jest framework