Contributing
To start updating Chocolat you need to install its dependencies :
npm installThe 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 :
npm run devRun 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
npm run testYou may run prettier to fix all the code style errors :
npm run prettierWhen you are satisfied with your modification you can run :
npm run build And make a pull request here : https://github.com/nicolas-t/Chocolat/compare
Last updated