A simple Express app to allow submitting presentation proposals
git clone https://github.com/kensnyder/utahjs-cfp.git ~/utahjs-cfp
pushd ~/utahjs-cfp
npm install
grunt --force
npm start
Edit your /etc/hosts
127.0.0.1 localhost.conf.utahjs.com
Test in your browser
http://localhost.conf.utahjs.com:3001
git push heroku master