Files
stealth/slides/README.md
2026-02-27 02:06:31 -03:00

20 lines
250 B
Markdown

# 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
```