Add Slidev pitch presentation

This commit is contained in:
Breno Brito
2026-02-27 00:54:29 -03:00
committed by LORDBABUINO
parent c198b35f92
commit 48de6af723
6 changed files with 5986 additions and 1 deletions

19
slides/README.md Normal file
View File

@@ -0,0 +1,19 @@
# Stealth Pitch Slides
Slidev presentation for the Stealth hackathon pitch.
## Run
```bash
pnpm install
pnpm run dev
```
Opens at http://localhost:3030/
## Export
```bash
pnpm run build # Static SPA to dist/
pnpm run export # PDF export
```