A temporary repository for discussion and experimentation.
There is a VS Code plugin for local development and building.
There is a CLI that can be installed through npm.
$ npm install -g @marp-team/marp-cli
To convert a markdown file into e.g. html, do
$ marp slides.md -o slides.html
$ npx @marp-team/marp-cli@latest slides.md -o slides.html # included marp update
Alternatively, you can use the Makefile and run
$ make all # to build all targets
$ make clean # to remove all builds
In Settings / Pages / GitHub Pages
select branch gh-pages
.
For Marp syntax see here.