Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 345 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 345 Bytes

Connecting open source projects with designers.

Getting Started

Download Bower and Node Dependencies

npm i 
bower i

Running the app locally

node server

Running the app in production

NODE_ENV=production forever start --spinSleepTime 10000 server.js