Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 464 Bytes

tiptap-collaboration-server

hocuspocus server for the tiptap collaboration feature for the pat-tiptap pattern.

Install and run

npx yarn install
node src/tiptap-collaboration-server.js 1234 supersecret

Debugging

Add debugger; breakpoints in your code and run:

node --inspect src/tiptap-collaboration-server.js 1234 supersecret

Then open in Chrome this address: chrome://inspect and open the link leading to the debugger instance.