ProsePad is a real-time collaborative text editor like Etherpad, but based on ProseMirror.
Install Node.js.
Install the module's dependencies:
npm installStart the server
PORT=8888 npm start
That will get you a server at localhost:8888.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ProsePad is a real-time collaborative text editor like Etherpad, but based on ProseMirror.
Install Node.js.
Install the module's dependencies:
npm installStart the server
PORT=8888 npm start
That will get you a server at localhost:8888.