##Reveal Markdown / GH-Pages Makes creating presentations feel, more like programming. Uses Github-pages to share presentation content and provides proper version control.
###Quick Start 0. Visit: https://goo.gl/lfAmbg 0. Fork the project
- Select your-self as the fork location
- Now open
presentation.md
- Click edit
- Replace all
TODO:
's with your content; add a note about what you changed and clickCommit Changes
- Open settings for your forked repo
- Click on your Github pages link
- Your changes will appear in the browser
- Hit
esc
to see an overview of the entire presentation
- Head back to your fork of the presentation, you are now ready add the rest of the content to your presentation
- Optionally clone your presentation and follow the instructions below so you can view your presentation locally
##View Locally
####Install HTTP Server
#Install NPM
curl https://npmjs.org/install.sh | sh
#If you already have NPM
npm install http-server -g
####Serve Content
http-server -p 8082