Create presentations of markdown files.
npx present-markdown my-presentation.md
- Create a markdown file with your slides separated by
---
. For example, createdemo.md
:
# I'm the slide title.
Hello world.
---
# Second slide.
-
Run
npx present-markdown demo.md
. -
Go to
http://localhost:3000