This is the new Admin UI for Balrog. This code might be checked into Balrog proper one day.
To run you first need to install all the npm dependencies:
npm install
You need linemanjs to run it:
npm install -g lineman
To run:
lineman run
Then open localhost:8000
.
To run unit tests, you need to run two terminals. In one:
lineman run
And in another:
lineman spec
To run in CI:
lineman spec-ci
This is not yet developed.