Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 458 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 458 Bytes

How to contribute

Reporting issues

  1. Search for existing issues. Your question or bug may have already been answered or fixed (try not to duplicate issues).
  2. If possible, try to include a reference to a live example (such as JSFiddle).

How to build

Install the required packages using:

npm install

Then build using:

npm run build

And test with

npm run test

Important notice

Do not forget to smile while contributing