From c884330ca9e67abf7698665c4ff6c20ed40a2039 Mon Sep 17 00:00:00 2001 From: jon brookes Date: Wed, 13 Aug 2025 15:45:36 +0100 Subject: [PATCH] first commit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd655d1 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Welcome to [Slidev](https://github.com/slidevjs/slidev)! + +To start the slide show: + +- `pnpm install` +- `pnpm dev` +- visit + +Edit the [slides.md](./slides.md) to see the changes. + +Learn more about Slidev at the [documentation](https://sli.dev/).