Skip to content

reboot-dev/reboot-tldraw

Repository files navigation

Run the backend:

npm install
npx rbt dev run

Run the frontend:

cd web
npm install
npm run dev

Open two browser windows and try it out!

Known issues:

  • Because we start listening on the document before we have a snapshot we add large snapshot diffs when the window reloads (WIP branch: listen-after-loading-snapshot).
  • Current directory structure causes tldraw to complain about multiple instances of its library being loaded.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published