/reveal-md-template

Template for using reveal-md to serve slides

Primary LanguageJavaScript

Slides

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