UNPKG

246 BMarkdownView Raw
1# Contributing
2
3## How to run tests
4
5```bash
6yarn test
7```
8
9## How to generate the documentation
10
11The contents of [API.md](API.md) are generated from comments in the source code.
12To update API.md, run the following command:
13
14```bash
15yarn docs
16```
\No newline at end of file