https://github.com/microsoft/FluidFramework/tree/main/examples/data-objects/shared-text
Originally forked from@fluid-example/shared-text
An experimental implementation of writing a Rich Text Editor.
History
Shared Text was the first editor written on the Fluid Framework and has evolved along with the framework.
Getting Started
If you want to run this example follow the following steps:
- Run
npm install
from theFluidFramework
root directory - Navigate to this directory
- Run
npm run start