Skip to content

Commit f14ead3

Browse files
docs: videos
1 parent 79b2c17 commit f14ead3

8 files changed

Lines changed: 23 additions & 7 deletions

File tree

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,31 @@ If you want to trigger the GitHub Actions workflow instead of the local daemon:
3333
3. Run the explorer in prod mode: `pnpm dev:prod` (uses the Edge Function dispatcher, not the daemon).
3434
4. Paste a GitHub repo URL in the UI; this calls the `github-import` Edge Function, which dispatches the `clone-and-push.yml` workflow with your token. Watch the run in GitHub Actions to confirm it fired.
3535

36-
## Screenshots
36+
## Demos
3737

38-
![Powergit screenshot 1](s1.png)
39-
View files and branches.
38+
### Create a repo from the CLI
4039

41-
![Powergit screenshot 2](s2.png)
42-
Uses Tanstack DB integration to handle queries for the commit explorer.
43-
![Powergit screenshot 3](s3.png)
44-
You can view diffs.
40+
<video src="create-repo-console-short.mp4" controls muted playsinline></video>
41+
42+
Create a repo and push to it using the `powergit::` remote from your terminal.
43+
44+
### Observe the created repo in Explorer
45+
46+
<video src="observing-created-repo.mp4" controls muted playsinline></video>
47+
48+
Browse branches, files, and history once the repo has been mirrored into PowerSync.
49+
50+
### Clone serde
51+
52+
<video src="clone-serde-short.mp4" controls muted playsinline></video>
53+
54+
With the explorer we explore existing repos on GitHub
55+
56+
### Create an org
57+
58+
<video src="creating-org.mp4" controls muted playsinline></video>
59+
60+
Create organizations (and later manage members/repos) directly from the Explorer UI.
4561

4662
## How it works
4763
In this repo we have built a custom git remote protocol that allows us to push git data into a Supabase database. We can later use PowerSync to see the data in the frontend. We use the powersync-tanstack-db package to query the database and show it reactively using the `@tanstack/powersync-db-collection` package.

clone-serde-short.mp4

2.03 MB
Binary file not shown.

create-repo-console-short.mp4

575 KB
Binary file not shown.

creating-org.mp4

731 KB
Binary file not shown.

observing-created-repo.mp4

819 KB
Binary file not shown.

s1.png

-502 KB
Binary file not shown.

s2.png

-705 KB
Binary file not shown.

s3.png

-357 KB
Binary file not shown.

0 commit comments

Comments
 (0)