Reveal-md starter

This repo demonstrates how to use reveal-md to create stunning slides with just Markdown. It also shows how to integrate mermaid for charts.

Quick start

Install reveal-md globally via npm.

npm install -g reveal-md

Start server on a file in watch mode.

reveal-md slides.md -w

Credits

It's got support for mermaid, thanks to this thread.