marp-template/README.md
2023-11-16 15:46:57 +01:00

32 lines
618 B
Markdown

# Marp Template
This is a [Marp](https://marp.app/) template that includes
- [Rose Pine theme](https://github.com/rainbowflesh/Rose-Pine-For-Marp)
- [Plugin for loading files](https://github.com/cupcakearmy/markdown-it-import) (e.g. use code snippets)
- Sensible defaults
[Demo](https://cupcakearmy.github.io/marp-template)
## Install
> Uses [bun](https://bun.sh/).
```bash
bun i
bun run dev
# http://localhost
```
## Present
```bash
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.