Skip to content

curran/presence-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collaborative Rich Text Editor with ShareDB

This is a collaborative rich text editor using Quill and the rich-text OT type.

In this demo, data is not persisted. To persist data, run a Mongo server and initialize ShareDB with the ShareDBMongo 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.2%
  • CoffeeScript 5.1%
  • TypeScript 4.1%
  • CSS 1.1%
  • Other 0.5%