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

https://github.com/loro-dev/loro-examples-deno


https://github.com/loro-dev/loro-examples-deno

Last synced: 4 months ago
JSON representation

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