Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 283 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 283 Bytes

Contributing

Install:

  • clone this repo
  • npm install

Run demos:

  • npm start

Build:

  • npm run lib

Test:

  • npm test

Test coverage:

  • npm run coverage

Lint:

  • npm run lint

Please follow .eslintrc.