Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 428 Bytes

README.md

File metadata and controls

57 lines (39 loc) · 428 Bytes

Notification

Development

yarn

yarn install
yarn dev

npm

npm install
npm run dev

Production

yarn

yarn install
yarn build
yarn prod

npm

npm install
npm run build
npm run prod

Release

The one who has permission will push the final JS file from dist/ to the cloud.