Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

tldraw/tldraw-yjs-example

Repository files navigation

This repository is archived

In general, we don't consider yjs (& current CRDT libraries in general) to be a good fit for tldraw. Instead, we recommend tldraw sync.


This repository shows how you might use tldraw together with the yjs library. It also makes a good example for how to use tldraw with other backend services!

Bootsrapping Locally

To run the local development server, first clone this repo.

Install dependencies:

npm i

Start the local development server:

For macOS/Linux:

npm run dev

For Windows:

npm run dev:win

Open the example project at localhost:5173.

About

An example of using tldraw together with yjs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published