Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 450 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 450 Bytes

Contributing

If you would like to contribute, you can fork the project, edit, and make a pull request.

Tests

Please make sure that the test pass by running ember test. If you had a new functionality, add tests for it.

Update the website & documentation

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