https://github.com/loro-dev/loro-examples-deno
https://github.com/loro-dev/loro-examples-deno
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loro-dev/loro-examples-deno
- Owner: loro-dev
- Created: 2023-11-11T04:45:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T13:33:57.000Z (over 1 year ago)
- Last Synced: 2025-10-13T03:34:35.010Z (8 months ago)
- Language: TypeScript
- Size: 63.5 KB
- Stars: 26
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loro Examples
This repo contains examples of how to use [Loro](https://loro.dev).
This repo uses deno because it's easier and faster to setup.
All the examples are tests in this folder.
- [01_basic.test.ts](./01_basic.test.ts)
- [02_text.test.ts](./02_text.test.ts)
## Running the examples
```bash
deno task test
```