Contributing Basically, if you send me pull request of the issues, I will review and merge. How to Dev Build $ npm run build Test You can test your source code before merge. $ npm test For develop TDD, using watch script. $ npm run test:watch