Jeego-web
Web interface for Jeego.
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit the app at http://localhost:4200.
- Test the app at http://localhost:4200/tests
Running Tests
ember test
ember test --server
Building
ember build
Building production dist
ember build --environment=production
Upgrade ember-cli
$ npm install ember-cli --save-dev
$ ember init
Fix conflicts.
$ npm install
$ bower install
For more information on using ember-cli, visit http://iamstef.net/ember-cli/.