An open API service indexing awesome lists of open source software.

https://github.com/brianhung/tldraw-reflect-yjs

An example of using tldraw together with reflect, with yjs for codeblocks and textblocks.
https://github.com/brianhung/tldraw-reflect-yjs

codemirror prosemirror reflect tldraw yjs

Last synced: 28 days ago
JSON representation

An example of using tldraw together with reflect, with yjs for codeblocks and textblocks.

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
```