Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 282 Bytes

CONTRIBUTE.md

File metadata and controls

6 lines (6 loc) · 282 Bytes

Contributing

  • Once you pull the repo, don't forget to run npm install.
  • In the project root, run npm run watch
  • Do not work on the root. Make your changes in the /src directory.
  • Grunt will compile your code into the root directory (/dist).
  • PRs are always welcome!