Skip to main content

Nodi Developer's Guide

This document describes the information you need to get involved in the development of Nodi.

Contributing#

If 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