mirror of
https://github.com/cupcakearmy/marp-template.git
synced 2025-12-17 08:34:59 +00:00
example keynote
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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/camelaissani/markdown-it-include) (e.g. use code snippets)
|
||||
- Sensible defaults
|
||||
|
||||
## Install
|
||||
|
||||
> Uses [bun](https://bun.sh/).
|
||||
|
||||
```bash
|
||||
bun i
|
||||
bun run dev
|
||||
# http://localhost
|
||||
```
|
||||
|
||||
## Present
|
||||
|
||||
```bash
|
||||
bun run build
|
||||
bun run serve
|
||||
# http://localhost
|
||||
```
|
||||
Reference in New Issue
Block a user