Furnace is an application to rate Rocksmith CDLCs
First you'll need to clone the repository locally and boot its VM:
$ git clone -b develop git@github.com:Anahkiasen/furnace.git
$ cd furnace
$ vagrant up
Then go inside the box, and install the dependencies:
$ composer install
$ npm install
$ bower install
Now compile the front-end assets:
$ gulp