Authors: Ethan Turkeltaub, Matt Maffa
Limbo is a project for CMPT221L that keeps track of lost and found items.
Limbo uses gulp.js and Bower to manage assets. To install the depedencies, you need Node.js and npm installed. Then, run:
$ npm install
To get the assets from bower, run:
$ gulp bower
Finally, to compile our assets (SCSS and CoffeeScript), you can run this to compile all of them:
$ gulp all
See gulpfile.js for more options.