If you would like to contribute, you can fork the project, edit, and make a pull request.
Please make sure that the test pass by running ember test
. If you had a new
functionality, add tests for it.
The documentation website lives under tests/dummy
. It is a simple
ember app. You can run the website locally:
npm install
bower install
ember serve
# visit localhost:4200