We are very grateful for any contributions you can make to the project.
Before submitting your request, we kindly ask you to:
- Include tests related to your changes
- Consider squashing your commits, so as to keep the history clean and succinct
To compile the kongfig
you need babel-cli
npm install --global babel-cli
Install the package dependencies
npm install
npm test
or even more conveniently you can run the test continuously on file changes.
npm test -- --watch
npm run build
or compile continuously on file changes.
npm run build -- --watch