wallboard

Wallboard for software development teams

Stars
0

wallboard Build Status

Wallboard for software development teams

Building

You will need the following pre-requisites on your system before you can run:

Once you have checked the code out, run the following command:

bundler install && bower install

This will install all of the required packages (backend and frontend) needed for the wallboard.

Running Tests

The tests are written using RSpec.

Simply run the following command on the project's root folder:

rspec

Running

Wallboard is a Sinatra app, so it can be run through Rack:

rackup
Badges
Extracted from project README
Build Status