Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 333 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 333 Bytes

#MFO Admin

Admin UI and API for MakerFaire Orlando

##Dependencies

Node >= v0.12.0 Nodemon (optional) Gulp Bower NPM

##Getting Started UI

$ cd public
$ npm install && bower install
$ gulp serve

API

$ npm install
$ nodemon --harmony index.js

Note: API runs build version of app $ cd public && gulp build