Initial commit

This commit is contained in:
2025-08-23 13:04:42 +00:00
commit c3d80f0c61
38 changed files with 9929 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Node/Bun server example
This is a simple example of how to integrate tldraw's sync engine with a Node server or a Bun server.
Run `yarn dev-node` or `yarn dev-bun` in this folder to start the server + client.