Status Board
April 5, 2019 ยท View on GitHub
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.
Prerequisites
You will need the following things properly installed on your computer.
Installation
git clone <repository-url>this repositorycd statusboardyarn
Running / Development
ember serve- Visit your app at http://localhost:4200/statusboard.
- Visit your tests at http://localhost:4200/tests.
Code Generators
Make use of the many generators for code, try ember help generate for more details
Running Tests
ember testember test --server
Linting
yarn run lint:hbsyarn run lint:jsyarn run lint:js -- --fix
Building
ember build(development)ember build --environment production(production)
Troubleshooting
Do you see a Cannot GET / error? Try viewing the app at
http://localhost:4200/statusboard/ instead of the index.