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

https://github.com/dozyio/js-ds-crdt-browser-example

Example browser app using js-ds-crdt
https://github.com/dozyio/js-ds-crdt-browser-example

crdt js nextjs ts typescript

Last synced: 6 months ago
JSON representation

Example browser app using js-ds-crdt

Awesome Lists containing this project

README

          

# js-ds-crdt-browser-example

An example next.js app using [js-ds-crdt](https://github.com/dozyio/js-ds-crdt)

## Getting Started

Copy `.env.example` to `.env.local` and fill in the values.

Run the dev server
```sh
yarn dev
```