34 lines
283 B
Markdown
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
|
||
|
```
|