presentomatic
Version:
Simple presentations using markdown
35 lines (18 loc) • 400 B
Markdown
# presentomatic
Markdown presentations made simple
## Installation
`npm i -g presentomatic`
## Quick start
Put your assets (images), Markdown file named `PRESENTATION.md` into a directory and then run:
`presentomatic serve`
## Quick docs
Separate your slides with `---`.
```md
# My Presentation
## Slide 1
Today is a beautiful day.
## Slide 2
Tomorrow will also be sunny.
```