Skip to content

Commit 4688ad3

Browse files
committed
Update README to include a demo video link and enhance the introduction in the example app. Added a new section for demo visibility and a header in the App component for improved user engagement.
1 parent 50c3233 commit 4688ad3

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ HTTP actions and file storage. No external hosting provider required!
1818
- 📦 **Zero config** - Works out of the box with Vite, Create React App, and
1919
other bundlers
2020

21+
## Demo
22+
23+
https://github.com/get-convex/self-static-hosting/raw/main/SelfHosting.mp4
24+
2125
## Installation
2226

2327
Install the component:

SelfHosting.mp4

11.9 MB
Binary file not shown.

example/src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function App() {
1818
<header className="header">
1919
<h1>🚀 Convex Static Hosting</h1>
2020
<p className="subtitle">Self-hosted React app on Convex</p>
21+
<h1>Finally!</h1>
2122
</header>
2223

2324
<main className="main">

0 commit comments

Comments
 (0)