HackCU / HackCU2016

HackCU 2016 Website
MIT License
9 stars 1 forks source link

HackCU2016

Home page for HackCU 2016


Contributing


First time contributor:

# Shortcut for "npm install && grunt && open dist/index.html"
npm run newb


Continuing Contributors:

npm install #Only call first time or after a "git pull"
grunt #Call repeatedly
open dist/index.html #Only call first time, then refresh in browser