mirror of
https://github.com/LORDBABUINO/stealth.git
synced 2026-04-28 16:40:00 -07:00
20 lines
250 B
Markdown
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
|
|
```
|