Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 302 Bytes

CONTRIBUTE.md

File metadata and controls

25 lines (16 loc) · 302 Bytes

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