This application was built with the purpose to display the currently on-going initiatives in the Ember.js project. Our hope is to build this to work akin to Microsoft's Edge status board
Feature data is located here
NOTE This application has been merged into https://github.com/ember-learn/ember-website.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd statusboard
yarn
ember serve
- Visit your app at http://localhost:4200/statusboard.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
yarn run lint:hbs
yarn run lint:js
yarn run lint:js -- --fix
ember build
(development)ember build --environment production
(production)
Do you see a Cannot GET /
error? Try viewing the app at
http://localhost:4200/statusboard/ instead of the index.