mirror of
https://github.com/LORDBABUINO/stealth.git
synced 2026-04-28 16:40:00 -07:00
Add Slidev pitch presentation
This commit is contained in:
19
slides/README.md
Normal file
19
slides/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user