This is a template app for creating simple and stylish slide decks using HTML, CSS, and Javascript. It's powered by the Harp web server.
harp-slideshow-template.herokuapp.com
If you don't already have node installed, go to nodejs.org and click "Install". Easy peasy.
# Install Harp
npm install harp --global
# Download this repo as your harp boilerplate
harp init myshow --boilerplate zeke/harp-slideshow-template
# Run the server
harp server myshow
Now open localhost:9000 in your browser. Rejoice.
git init
git add .
git commit -m "so it begins"
heroku create myshow
heroku config:set BUILDPACK_URL=https://github.com/zeke/harp-buildpack.git
git push heroku master
heroku open
Or Click to deploy to Heroku (Uses a demo app app-assembly
that presents an UI for the deployment)