Template for Marp presentations
Go to file
Niccolo Borgioli 06f41ef15c
engine
2023-11-16 16:23:42 +01:00
.vscode themes 2023-11-16 16:20:53 +01:00
assets themes 2023-11-16 16:20:53 +01:00
snippets updates 2023-11-16 15:46:19 +01:00
themes themes 2023-11-16 16:20:53 +01:00
.gitignore setup 2023-11-10 15:54:25 +01:00
.marprc.yml engine 2023-11-16 16:23:42 +01:00
README.md update readme 2023-11-16 15:46:57 +01:00
bun.lockb updates 2023-11-16 15:46:19 +01:00
engine.js engine 2023-11-16 16:23:42 +01:00
index.html engine 2023-11-16 16:23:42 +01:00
package.json updates 2023-11-16 15:46:19 +01:00
presentation.md themes 2023-11-16 16:20:53 +01:00

README.md

Marp Template

This is a Marp template that includes

Demo

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.