- fork and clone the repository locally.
- open the folder in any file editor of your choice.
- open server folder and run "npm install" followed by "tsc -b".
- run "node./dist/index.js" to start the server locally
- open client/Texteditor folder and run "npm install" to install all the dependencies.
- now run npm run dev to start the server.