This repository is an attempt to supply SlateJS with real-time collaboration through operational transformation using ShareDB and a custom ottype.
In the root run
yarn
To start the demo slate with a server. Run the following two commands.
yarn workspace example start
yarn workspace example server
yarn workspace slate-ot test
The package example contains a bare-bone example on how to use the slate-ot library. The package slate-ot contains the actual operation transformation logic.
Please see this short PDF.