ACM UCDenver Chapter Website
this project is described here: https://github.com/amc-ucdenver/website/wiki/Project-Statement
not sure where to start? https://github.com/amc-ucdenver/website/wiki/Getting-Started
git clone https://github.com/amc-ucdenver/website.git
bash setupGlobals.sh # on mac
npm install # installs bower dependencies too
cd /
mkdir -p data/db
mongod # leave running in it's own console
npm start
http://localhost:3000