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-cliInstall the package dependencies
npm installnpm testor even more conveniently you can run the test continuously on file changes.
npm test -- --watchnpm run buildor compile continuously on file changes.
npm run build -- --watch