A CLI based text editor using web sockets.
Follow these instructions to get a local copy of the project up and running.
Make sure you have the following installed:
- Node.js (Latest LTS version recommended)
- npm (comes with Node.js)
-
Clone the repository:
git clone https://github.com/Random-Pikachu/Collaborative-CLI-Text-Editor.git
cd Collaborative-CLI-Text-Editor
-
Start the backend
npm run back
-
Start the clients
cd client
node index.js