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

283 B

pad_stick_doc

Getting Started

Install dependencies,

$ npm i

Start the dev server,

$ npm start

Build documentation,

$ npm run docs:build

Run test,

$ npm test

Build library via father-build,

$ npm run build