tscholak / presentation_template

my reveal.js presentation template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My reveal.js Presentation Template

This is based on reveal.js, a framework for creating presentations using HTML, CSS, and Markdown.

Steps to Make Use of This

Clone the repository:

$ git clone --recursive https://github.com/tscholak/presentation_template.git new_presentation

Set up npm:

$ cd new_presentation
$ npm init

npm will ask a couple of questions. If unsure, just go with the standard answers.

Install grunt and its components:

$ npm install grunt grunt-contrib-qunit grunt-contrib-jshint grunt-contrib-cssmin \
	grunt-contrib-uglify grunt-contrib-watch grunt-sass grunt-contrib-connect \
	grunt-autoprefixer grunt-zip --save-dev

Build reveal.js and the custom css files from their sources:

$ grunt --force

Preview the presentation in a browser:

$ grunt serve

About

my reveal.js presentation template

License:MIT License


Languages

Language:CSS 61.5%Language:JavaScript 20.0%Language:HTML 18.5%