Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 380 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (14 loc) · 380 Bytes

How to contribute

install dev dependencies

yarn

build

  • production build: yarn build
  • development build: yarn dev
  • watch mode: yarn watch

serve demo

Use a static files http server, for example: http-server -p 8080

lint code

yarn lint

release

Make sure you have the permission to execute git push and npm publish first.

yarn release