Skip to content

aln787/revealMD-simpleStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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

  1. Select your-self as the fork location
  1. Now open presentation.md
  1. Click edit
  1. Replace all TODO:'s with your content; add a note about what you changed and click Commit Changes
  1. Open settings for your forked repo
  1. Click on your Github pages link
  1. Your changes will appear in the browser
  1. Hit esc to see an overview of the entire presentation
  1. Head back to your fork of the presentation, you are now ready add the rest of the content to your presentation
  2. 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