Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 487 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 487 Bytes

Slides

Demo: https://iteratec.github.io/reveal-md-template

Usage

Type a ? in the presentation to open a dialog listing the available shortcuts.

Setup

$ npm install

Start presentation

$ npm start

Build static website

$ npm run build

Release static website and PDF export to GitHub Pages

$ npm run release "Release v1.0.0"

Export as PDF

$ npm run pdf

Development

$ npm run dev