Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 546 Bytes

File metadata and controls

18 lines (15 loc) · 546 Bytes

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.