You will need the following things properly installed on your computer. You will also obviously need an actual Bullet web-service endpoint or a mock for your UI to work.
- Git
- Node.js (with NPM. Highly recommend using NVM to manage Node and NOT install node globally)
- Bower
- Ember CLI
- PhantomJS
- git clone this repository
- change into the new directory
npm install
bower install
ember build
(development)ember build --environment production
(production)
ember server or ember s
- Visit your app at http://localhost:4200.
ember test
ember test --server