BrianHung / tldraw-yjs

An example of using tldraw together with yjs with codemirror and prosemirror.

Home Page:https://canvas-yjs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 with codemirror and prosemirror.

https://canvas-yjs.vercel.app


Languages

Language:TypeScript 91.8%Language:CSS 4.4%Language:JavaScript 2.4%Language:HTML 1.4%