To build the project you need to use Node.js.
First install the required dependencies for the build process:
npm install
Then you can build the project with the default grunt task:
grunt
Contributions to the project are welcome. If you find a bug please open an issue or create a pull request with the fix. A failing test case would help solve the issue quickly.
Unit tests are ran through Karma using QUnit.
grunt test
Based off Toran Billups' Ember Data Django REST Adapter
Licensed under the MIT License