Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 389 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 389 Bytes

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.