Presentations powered by Marp.
- Make sure Node.js is installed
npm -v
- Install
marp-cli
NPM package
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