- Make it consistant with the existing code.
- Make sure jshint agrees with your code by running
npm test
.
- Search for existing issues. Your question or bug may have already been answered or fixed (try not to duplicate issues).
- If possible, try to include a reference to a live example (such as JSFiddle).
Install the required packages using:
npm install
Then build using:
npm run build
Do not forget to smile while contributing