From c59f45bf14e7915feca4e0303e204e33ef83998e Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sat, 30 Apr 2016 14:44:13 -0400 Subject: #234 - initial code - template Former-commit-id: 57b199dac407d8a19ca13df5f54ca829d40bb7e6 --- www/lib/angular-wizard/CONTRIBUTE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 www/lib/angular-wizard/CONTRIBUTE.md (limited to 'www/lib/angular-wizard/CONTRIBUTE.md') diff --git a/www/lib/angular-wizard/CONTRIBUTE.md b/www/lib/angular-wizard/CONTRIBUTE.md new file mode 100644 index 00000000..73a2b43f --- /dev/null +++ b/www/lib/angular-wizard/CONTRIBUTE.md @@ -0,0 +1,17 @@ +In order to Contribute just git clone the repository and then run: + +``` +npm install grunt-cli --global +npm install +grunt +``` + +Be sure to have PhantomJS installed as Karma tests use it. Otherwise, in mac just run + +``` +brew install phantomjs +``` + +All changes must be done in src/restangular.js and then after running grunt all changes will be submited to dist/ + +Please submit a Pull Request or create issues for anything you want :). -- cgit v1.2.3