Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 220 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 220 Bytes

CONTRIBUTING

Development

# Dev server run at http://locahost:8080
$ npm i
$ npm run dev

Test

$ npm test

Build

$ npm run build

Build docs

$ npm run build:docs