Assuming you already have the needed MEAN Stack pieces installed on your computer/server (MongoDB & NodeJS) as well as Git Just run:
1. git clone
2. cd SDHacks2016
3. cp .env.example .env
4. npm install
5. bower install
6. gulp
Edit any options in the new .env file to match your needs To preview the website, open http://localhost:3000 in your browser.