From 8999b02a2b94f5a6f98f05f9b4a0f1e2929b1b4c Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Fri, 10 Nov 2023 16:10:48 +0100 Subject: [PATCH] demo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0b2a77a..2f7aafd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This is a [Marp](https://marp.app/) template that includes - [Plugin for loading files](https://github.com/camelaissani/markdown-it-include) (e.g. use code snippets) - Sensible defaults +[Demo](https://cupcakearmy.github.io/marp-template) + ## Install > Uses [bun](https://bun.sh/). @@ -23,3 +25,7 @@ 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.