Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 342 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 342 Bytes

Notification

Development

yarn

yarn install
yarn start

npm

npm install
npm start

Release

The one who has permission will publish the package to npm.

yarn

yarn install
yarn build

npm

npm install
npm run build