You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Contributing to SQLSync
2
2
3
-
This document attempts to explain how to work on SQLSync itself. Buckle up, it's
4
-
pretty rough and is changing fast.
3
+
This document attempts to explain how to work on SQLSync itself. Buckle up, it's pretty rough and is changing fast.
5
4
6
5
### Dependencies
7
6
@@ -21,13 +20,8 @@ just package-sqlsync-worker dev
21
20
22
21
### Local Coordinator
23
22
24
-
<!-- prettier-ignore-start -->
25
23
> [!WARNING]
26
-
> Currently this seems to require modifying the wrangler.toml config
27
-
> file to point at your own Cloudflare buckets (even though they aren't being
28
-
> used). Work is underway to replace the local coordinator with a wrangler
29
-
> agnostic alternative optimized for local development.
30
-
<!-- prettier-ignore-end -->
24
+
> Currently this seems to require modifying the wrangler.toml config file to point at your own Cloudflare buckets (even though they aren't being used). Work is underway to replace the local coordinator with a wrangler agnostic alternative optimized for local development.
31
25
32
26
```bash
33
27
cd demo/cloudflare-backend
@@ -60,10 +54,7 @@ just test-end-to-end-local-net
60
54
61
55
## Community & Contributing
62
56
63
-
If you are interested in contributing to SQLSync, please [join the Discord
64
-
community][discord] and let us know what you want to build. All contributions
65
-
will be held to a high standard, and are more likely to be accepted if they are
66
-
tied to an existing task and agreed upon specification.
57
+
If you are interested in contributing to SQLSync, please [join the Discord community][discord] and let us know what you want to build. All contributions will be held to a high standard, and are more likely to be accepted if they are tied to an existing task and agreed upon specification.
67
58
68
59
[][discord]
0 commit comments