/ProsePad

ProsePad is a real-time collaborative text editor like Etherpad, but based on ProseMirror

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

ProsePad

ProsePad is a real-time collaborative text editor like Etherpad, but based on ProseMirror.

Installation

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.