-
Fork the repository;
-
Open a shell in project's directory;
-
Type
npm install
(make sure you have installed nodeJS); -
Type
grunt
to execute the default script (without minification),grunt dist
to also minify the script (make sure you have installed Grunt).
I follow the jQuery's JavaScript style guide, please follow it you too :D