UNPKG

239 BMarkdownView Raw
1# draw
2
3## Getting Started
4
5Install dependencies,
6
7```bash
8$ npm i
9```
10
11Start the dev server,
12
13```bash
14$ npm start
15```
16
17Build documentation,
18
19```bash
20$ npm run docs:build
21```
22
23Build library via `father-build`,
24
25```bash
26$ npm run build
27```