Skip to content

clintonhalpin/designopensrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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