It's just like google docs where where every docs have unique id and multiple users can make changes simultaneously using that unique id.
Clone the project
git clone https://github.com/azhanali/azhan-docs.git
Go to the project directory
cd azhan-docs
Install dependencies
cd client
npm install
Start the server
cd server
npm run devStart
Run the application
cd client
npm start