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
- Host: GitHub
- URL: https://github.com/dozyio/js-ds-crdt-browser-example
- Owner: dozyio
- Created: 2024-08-29T00:13:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T21:06:45.000Z (11 months ago)
- Last Synced: 2025-02-16T03:32:40.883Z (8 months ago)
- Topics: crdt, js, nextjs, ts, typescript
- Language: HTML
- Homepage:
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```