# collab-demo-prosemirror **Repository Path**: mirrors_wangfupeng1988/collab-demo-prosemirror ## Basic Information - **Project Name**: collab-demo-prosemirror - **Description**: using prosemirror and yjs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-24 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # collab edit demo Using ProseMirror and Yjs. 1. git clone this repo 2. install npm packages ``` cd collab-deme-prosemirror npm i ``` 3. start collab server ``` HOST=localhost PORT=1234 npx y-websocket ``` 4. start client server ``` npm run dev ``` then open your browser and visit the website.