clintonhalpin / designopensrc

http://designopensrc.com
3 stars 0 forks source link

designopensrc.com

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