Skip to content

Cogru/collaboration-server-protocol

Repository files navigation

collaboration-server-protocol

Defines a common protocol for collaboration servers

Build

collaboration-server-protocol (CSP) is the analog to language-server-protocol (LSP) but for the cross-editor real-time editing.

🔧 Development

This section describes how to make the website up and running.

You will need the following tools before setting up the project environment.

Input these commands to set up the project.

# Clone this repostiory
$ git clone https://github.com/Cogru/collaboration-server-protocol

# Navigate to the project directory
$ cd collaboration-server-protocol

# Install all dependencies
$ npm install

# Run the web server
$ hugo server

Now you can open the browser with the url http://localhost:1313/.

⚜ License

Shield: CC BY-SA 4.0

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0