Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 298 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 298 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.

npm install
bower install
ember serve
# visit localhost:4200