Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 332 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 332 Bytes

Contributing

  1. Install dependencies by running yarn install
  2. Start watching for changes: yarn run build-test -- --watch
  3. Make changes
  4. View effect of changes by opening src/test.html in one or more browsers

Building the distributed package

Run yarn run build. This will automatically happen during publishing.