rprieto / dash

Build monitor / information radiator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dash

Build monitor / information radiator

Build Status

Example

Sample dashboard

Contributors

Running the dashboard

  • Install Node.js
npm install
npm start

Or in production:

npm install
NODE_ENV=production npm start

Then browse to localhost:3000

Developing

  • To run the tests:
npm test

About

Build monitor / information radiator


Languages

Language:JavaScript 52.3%Language:CoffeeScript 47.7%