Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 274 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 274 Bytes

Contributing

Pull requests are welcome!

To begin, clone the repo, then install dependencies.

npm install

The source code is written in TypeScript. Spin up the compiler to watch for source changes:

npm run watch

Publishing

npm run release