pad_stick_doc/README.md
2022-05-11 10:51:18 +08:00

34 lines
283 B
Markdown

# pad_stick_doc
## Getting Started
Install dependencies,
```bash
$ npm i
```
Start the dev server,
```bash
$ npm start
```
Build documentation,
```bash
$ npm run docs:build
```
Run test,
```bash
$ npm test
```
Build library via `father-build`,
```bash
$ npm run build
```