Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 735 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 735 Bytes

Marp presentations

Presentations powered by Marp.

Presentations

Design

Themes

Local development

npm -v
npm install -g @marp-team/marp-cli
  • Build HTML output
marp src/*.md
  • Open index.html

  • Start watching the changes on the file you're going to edit

marp src/index.md --watch