Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 450 Bytes

setup.md

File metadata and controls

25 lines (15 loc) · 450 Bytes

Setup

An edited setup guide based on Chen Hui Jing's Guide

Github Repo

  1. Create a new github repository (ex. slides)

  2. Clone repository

git clone https://github.com/ktmeaton/slides.git
  1. Create the gh-pages branch

Just use the gh-pages setup in GitHub Settings, from master branch.

Reveal.js

  1. Install Grunt
npm install -g grunt-cli