|
|
||
|---|---|---|
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc | ||
| README.md | ||
| biome.json | ||
| index.html | ||
| package.json | ||
| partykit.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| yarn.lock | ||
README.md
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.