Skip to content

Commit 7178acb

Browse files
docs: update README with demo video
Replaced demo media placeholder with a video element.
1 parent 63fd063 commit 7178acb

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ and real CPython. No server does the work.
2222

2323
</div>
2424

25-
<!-- DEMO MEDIA goes here: a GIF via ![alt](url), or a bare GitHub-hosted video URL
26-
on its own line (.mp4/.mov/.webm, H.264). Limits: 10 MB for images/GIFs, and
27-
10 MB for video on a free plan / 100 MB on a paid one. Upload by dragging the
28-
file into a GitHub issue comment and copying the generated CDN link. Do not
29-
commit the binary, or every clone pays for it forever. -->
25+
<div align="center">
26+
<video src="https://github.com/user-attachments/assets/5ee626a8-4970-4c1e-af77-8e2f4c5b7da4" controls loop muted></video>
27+
</div>
3028

3129
**[Open the Studio](https://vivari.run/studio/)** to try it without installing
3230
anything: pick a template, run `npm install && npm run dev`, and watch a real dev
@@ -197,4 +195,4 @@ Releases are cut from the manual **Publish SDK** GitHub Actions workflow
197195
[MIT](LICENSE). Free for any use, commercial or otherwise. There is no
198196
commercial license and no usage fee: embed it, fork it, ship it.
199197

200-
> **Vivari** *(vih-VAH-ree)* takes its name from the Latin *vivarium*, a self-contained enclosure for living things. That's exactly what it is for a running Node app: a sealed, self-contained environment in the browser where a whole project lives and runs.
198+
> **Vivari** *(vih-VAH-ree)* takes its name from the Latin *vivarium*, a self-contained enclosure for living things. That's exactly what it is for a running Node app: a sealed, self-contained environment in the browser where a whole project lives and runs.

0 commit comments

Comments
 (0)