Go to file
Orion Reed ee413478d4 init demo repo 2024-06-25 11:51:41 +01:00
public init demo repo 2024-06-25 11:51:41 +01:00
src init demo repo 2024-06-25 11:51:41 +01:00
.gitignore init demo repo 2024-06-25 11:51:41 +01:00
.prettierrc init demo repo 2024-06-25 11:51:41 +01:00
README.md init demo repo 2024-06-25 11:51:41 +01:00
biome.json init demo repo 2024-06-25 11:51:41 +01:00
index.html init demo repo 2024-06-25 11:51:41 +01:00
package.json init demo repo 2024-06-25 11:51:41 +01:00
partykit.json init demo repo 2024-06-25 11:51:41 +01:00
tsconfig.json init demo repo 2024-06-25 11:51:41 +01:00
tsconfig.node.json init demo repo 2024-06-25 11:51:41 +01:00
vite.config.ts init demo repo 2024-06-25 11:51:41 +01:00
yarn.lock init demo repo 2024-06-25 11:51:41 +01:00

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.