JavaScript web platform that connects volunteers with local organizations.
(Must have mongo installed; visit https://docs.mongodb.com/v3.0/installation/ for mongo installation help)
- git clone repository
- cd into the handprint repo in terminal
- open another terminal shell and type mongod
- npm install
- npm run start
- handprint should be running at localhost:3000