/collab-demo-prosemirror

using prosemirror and yjs

Primary LanguageCSS

collab edit demo

Using ProseMirror and Yjs.

  1. git clone this repo

  2. install npm packages

cd collab-deme-prosemirror
npm i
  1. start collab server
HOST=localhost PORT=1234 npx y-websocket
  1. start client server
npm run dev

then open your browser and visit the website.