UNPKG

presentomatic

Version:
35 lines (18 loc) 400 B
# 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. ```