acm-ucdenver / website

ACM UCDenver Chapter Website
1 stars 2 forks source link

website

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

instructions

    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