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

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.

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