File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .git
2+ .gitignore
3+ node_modules
4+ __pycache__ /
5+ * .pyc
6+ * .env
7+ Dockerfile
8+ .dockerignore
9+ README.md
10+ tests
Original file line number Diff line number Diff line change 11.gitignore
2+ .DS_Store
23node_modules
34* .map
45package *
Original file line number Diff line number Diff line change 11<p align =" center " >
2- <img alt =" Logo " height =" 300 " src =" https://github.com/explodinglabs/powersync/blob/main/images/logo-light.png?raw=true#gh-light-mode-only " />
3- <img alt =" Logo " height =" 300 " src =" https://github.com/explodinglabs/powersync/blob/main/images/logo-dark.png?raw=true#gh-dark-mode-only " />
2+ <img alt =" Logo light " height =" 300 " src =" https://github.com/explodinglabs/powersync/blob/main/images/logo-light.png?raw=true#gh-light-mode-only " />
3+ <img alt =" Logo dark " height =" 300 " src =" https://github.com/explodinglabs/powersync/blob/main/images/logo-dark.png?raw=true#gh-dark-mode-only " />
44</p >
55
66<p align =" center " >
@@ -17,9 +17,16 @@ development:
1717
1818https://github.com/user-attachments/assets/11899fba-bb7d-4b44-ad25-fe5eba3f2856
1919
20+ ## Architecture
21+
22+ <p align =" center " >
23+ <img alt =" Architecture light " height =" 300 " src =" https://github.com/explodinglabs/powersync/blob/main/images/architecture-light.svg?raw=true#gh-light-mode-only " />
24+ <img alt =" Architecture dark " height =" 300 " src =" https://github.com/explodinglabs/powersync/blob/main/images/architecture-dark.svg?raw=true#gh-dark-mode-only " />
25+ </p >
26+
2027## 🚀 Quick Start
2128
22- ### 1. Start the Event Hub
29+ ### 1. Start the Events Hub
2330
2431Make sure [ Docker is
2532installed] ( https://docs.docker.com/get-docker/ ) , then
You can’t perform that action at this time.
0 commit comments