This project contains a prototype of a mutable data store, and a simple web app to interact with a document model following the mutable paradigm.
Type checking:
npm run watch
Building:
npm run esbuild
Running
npm run serve
Opening the URL at localhost
will create a new room. Share the URL to open a new instance
of the same room.