The Ember web client for Travis CI
Go to file
2015-03-05 23:12:19 +01:00
app Add mono to keys-map.coffee 2015-03-05 23:12:19 +01:00
assets/images darker yellow favicon 2015-03-04 09:45:52 +11:00
config Fix subscribing to private channels 2015-02-25 11:43:19 +01:00
public darker yellow favicon 2015-03-04 09:45:52 +11:00
tests Fix favicon specs for async behaviour 2015-02-26 11:35:56 +01:00
vendor add transparent overlay to feedback popup 2015-02-20 12:07:48 +01:00
waiter Add ability to run dev ruby server with SSL 2015-02-25 12:00:41 +01:00
.bowerrc
.buildpacks
.DS_Store darker yellow favicon 2015-03-04 09:45:52 +11:00
.editorconfig
.ember-cli
.gitignore
.jshintrc
.rspec
.ruby-version
.slugignore
.travis.yml Set ASSETS_HOST for s3 deployment 2015-02-17 15:31:07 +01:00
bower.json
Brocfile.js remove unnessary(?) things from charmscout script 2015-02-17 17:43:37 +01:00
CONTRIBUTING.md
Gemfile
Gemfile.lock
LICENSE
NOTES.txt
package.json Bump inline images to 0.0.4 2015-02-25 16:55:30 +01:00
Procfile
README.md
run_qunit.js
SSL_LOCALLY.md Add ability to run dev ruby server with SSL 2015-02-25 12:00:41 +01:00
testem.json

Travis CI ember web client

Build Status

Running the app

The app is developed using Ember CLI. It requires nodejs with npm installed.

In order to run the app you need to install dependencies with:

bower install
npm install

Now you can run the server:

ember serve

And open http://localhost:4200 in the browser.

Running tests

To run a test suite execute:

ember test

You can also start an interactive test runner for easier development:

ember test --serve