Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 780 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 780 Bytes

Marp presentations

Presentations powered by Marp.

Presentations

Design

Themes

Local development

npm -v
npm install -g @marp-team/marp-cli
  • Go to the sub-folder
cd marp
  • 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