Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 464 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 464 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 tests all pass by running ember test. If you add a new functionality and/or component, always 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 (or yarn install)
$ ember s