nicenote/README.md
2021-08-24 18:55:04 +08:00

245 B

learn-note

Getting Started

Install dependencies,

$ npm i

Start the dev server,

$ npm start

Build documentation,

$ npm run docs:build

Build library via father-build,

$ npm run build