Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 520 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 520 Bytes

UtahJS Conference Call for Papers

A simple Express app to allow submitting presentation proposals

Install and Test

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

To Deploy

git push heroku master

More info