This README outlines the details of collaborating on this Ember application.
You will need the following things properly installed on your computer.
- Git
- Node.js (with NPM)
- Bower
- Ember CLI
- Google Chrome
git clone <repository-url>this repository- change into the new directory
npm installbower install
ember serve- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
To run a single ember test:
ember t -s -m '<TEST_NAME>'// e.g. ember t -s -m 'Integration | Component | pipeline options'
ember build(development)ember build --environment production(production)
Specify what it takes to deploy your app.
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.