https://github.com/brianhung/tldraw-reflect-example
An example of using tldraw together with reflect.
https://github.com/brianhung/tldraw-reflect-example
reflect replicache tldraw
Last synced: 11 months ago
JSON representation
An example of using tldraw together with reflect.
- Host: GitHub
- URL: https://github.com/brianhung/tldraw-reflect-example
- Owner: BrianHung
- Created: 2023-11-04T19:27:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T11:24:58.000Z (over 2 years ago)
- Last Synced: 2025-03-25T09:12:12.209Z (about 1 year ago)
- Topics: reflect, replicache, tldraw
- Language: TypeScript
- Homepage: https://tldraw-reflect.vercel.app
- Size: 127 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tldraw-reflect-example
This repository shows how you might use [tldraw](https://github.com/tldraw/tldraw) together with the [reflect](https://reflect.net/) library.
## Develop
```
npm run dev
npx reflect dev // in separate terminal
```
## Publish
```
npx reflect publish // modify .env VITE_REFLECT_SERVER
```