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-hal
git clone https://github.com/<you>/js-data-hal.gitcd js-data-hal; 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