File tree 5 files changed +23
-5
lines changed
5 files changed +23
-5
lines changed 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 1
1
.gitignore
2
+ .DS_Store
2
3
node_modules
3
4
* .map
4
5
package *
Original file line number Diff line number Diff line change 1
1
<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 " />
4
4
</p >
5
5
6
6
<p align =" center " >
@@ -17,9 +17,16 @@ development:
17
17
18
18
https://github.com/user-attachments/assets/11899fba-bb7d-4b44-ad25-fe5eba3f2856
19
19
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
+
20
27
## 🚀 Quick Start
21
28
22
- ### 1. Start the Event Hub
29
+ ### 1. Start the Events Hub
23
30
24
31
Make sure [ Docker is
25
32
installed] ( https://docs.docker.com/get-docker/ ) , then
You can’t perform that action at this time.
0 commit comments