travis-web/README.md
2012-10-03 15:11:26 +02:00

611 B

Travis CI ember web client

Running the app

This is a static html/js app so you shouldn't need to install anything.

git clone git://github.com/svenfuchs/travis-ember.git
cd travis-ember
open public/index.html

Running locally with a local API server:

bundle exec rackup

Running against existing API endpoint:

API_ENDPOINT="https://api.travis-ci.org/" RUN_API=0 bundle exec rackup

Run locally, one on ci.dev and one on api.dev:

. dev.env
bundle exec rackup

Compiling assets manually

bundle exec rakep

Compiling assets on change

bundle exec guard