ProsePad is a real-time collaborative text editor like Etherpad, but based on ProseMirror.
Install Node.js.
Install the module's dependencies:
npm install
Start the server
PORT=8888 npm start
That will get you a server at localhost:8888.
ProsePad is a real-time collaborative text editor like Etherpad, but based on ProseMirror
JavaScriptAGPL-3.0
ProsePad is a real-time collaborative text editor like Etherpad, but based on ProseMirror.
Install Node.js.
Install the module's dependencies:
npm install
Start the server
PORT=8888 npm start
That will get you a server at localhost:8888.