Contributing
To start updating Chocolat you need to install its dependencies :
The source files are in the ./src/
folder
You can find a demo in the ./demo/
folder,
To automatically build while you code you can run :
Run the test suite to ensure all tests are passing.
If you are adding a new feature, please consider writing a test too.
Tests are in the ./test/
folder
You may run prettier to fix all the code style errors :
When you are satisfied with your modification you can run :
And make a pull request here : https://github.com/nicolas-t/Chocolat/compare
Last updated