- Install Node & NPM
- Clone Repo
git clone [email protected]:redhat-consulting/slide-template.git
- Navigate to root project
cd slide-template
- Install Dependencies
npm install
- Run server
npm start
- Open browser and navigate to: http://127.0.0.1:8000
rhc app create slidetest nodejs-0.10 --from-url [email protected]:redhat-consulting/slide-template.git
To create a new slide deck, simply copy this one. Here are some steps to do this responsibly using git.
- Greate a local git repo
mkdir my-new-slides
cd my-new-slides
git init
- Add this repo as an upstream project so you can pull in template updates
git remote add upstream [email protected]:redhat-consulting/slide-template.git
- Pull initial content from github
git pull upstream master
- Write Your Content
The content for your slides is all contained in slides.md. Use Githib Flavored Markdown to create your slides.