Files

28 lines
252 B
Markdown
Raw Permalink Normal View History

2021-11-24 12:50:19 +08:00
# dooringx-dumi-doc
## Getting Started
Install dependencies,
```bash
$ npm i
```
Start the dev server,
```bash
$ npm start
```
Build documentation,
```bash
$ npm run docs:build
```
Build library via `father-build`,
```bash
$ npm run build
```