Skip to content

MakerFaireOrlando/mfo-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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