Skip to content

An example of using tldraw together with yjs.

Notifications You must be signed in to change notification settings

tracdi/tldraw-yjs-example

 
 

Repository files navigation

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:

yarn

Start the local development server:

For macOS/Linux:

yarn dev

For Windows:

yarn 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

Languages

  • TypeScript 85.1%
  • CSS 7.3%
  • JavaScript 4.8%
  • HTML 2.8%