/furnace

An app to rate and curate Rocksmith CDLCs

Primary LanguagePHP

Furnace

Furnace is an application to rate Rocksmith CDLCs

Contributing

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