Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 161 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 161 Bytes

Build

npm run build // for single build

npm run watch // to watch changes

or

yarn build // for single build

yarn watch // to watch changes