mirror of
https://github.com/cupcakearmy/marp-template.git
synced 2024-10-31 18:54:12 +01:00
Template for Marp presentations
.vscode | ||
assets | ||
snippets | ||
themes | ||
.gitignore | ||
.marprc.yml | ||
bun.lockb | ||
engine.js | ||
index.html | ||
package.json | ||
presentation.md | ||
README.md |
Marp Template
This is a Marp template that includes
- Rose Pine theme
- Plugin for loading files (e.g. use code snippets)
- Sensible defaults
Install
Uses bun.
bun i
bun run dev
# http://localhost
Present
bun run build
bun run serve
# http://localhost
Host
You can just push the built index.html
and enable github pages for the root of the repo to get a hosted version.