First, feel free to contact me with questions. Mailing List. Issues.
- Contribute to the issue that is the reason you'll be developing in the first place
- Fork js-data-angular
git clone https://github.com/<you>/js-data-angular.git
cd js-data-angular; npm install; bower install;
grunt go
(builds and starts a watch)- (in another terminal)
grunt karma:dev
(runs the tests) - Write your code, including relevant documentation and tests
- Submit a PR and we'll review