sharedb
Version:
JSON OT database backend
21 lines (15 loc) • 580 B
Markdown
# Collaborative Rich Text Editor with ShareDB
This is a collaborative rich text editor using [Quill](https://github.com/quilljs/quill) and the [rich-text OT type](https://github.com/ottypes/rich-text).
In this demo, data is not persisted. To persist data, run a Mongo
server and initialize ShareDB with the
[ShareDBMongo](https://github.com/share/sharedb-mongo) database adapter.
## Install dependencies
```
npm install
```
## Build JavaScript bundle and run server
```
npm run build && npm start
```
## Run app in browser
Load [http://localhost:8080](http://localhost:8080)