Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ldarren/crdt_example

Conflict-free replicated data type example with codemirror and automerge
https://github.com/ldarren/crdt_example

Last synced: about 2 months ago
JSON representation

Conflict-free replicated data type example with codemirror and automerge

Awesome Lists containing this project

README

        

# CRDT With CodeMirror and Automerge

## Setup
- npm ci
- npm start

### Setup Automerge
At the time of creating this example, automerge 1.0 is not stable yet. hence build from source is the best to get latest bug fix

Automerge build steps
- git clone https://github.com/automerge/automerge.git automerge && cd automerge
- npm ci
- npm run build
- cp ./dist/\* {your}/{path}/dist/

## Test
```sh
npm test
```

## Run
open `index.html` in browser

## Test
[Sample](https://ldarren.github.io/crdt_example/)