makersquare / maker-console

A maker console for doing maker stuff
0 stars 2 forks source link

The Maker Console

MakerSquare's maker console for makers making maker stuff.

Setup

$ npm install

Build Production Files

The Maker Console uses Gulp.js to compile it's CoffeeScript into minified and non-minified concatenated production files located in the root directory.

This is all accomplished in one command that should follow AFTER your npm install:

$ gulp build