A simple collaborative code editor with basic functionalities, including an editor and a terminal. This project is built using Next.js with the App Router.
Ensure you have the following installed:
Clone the repository:
git clone https://github.com/bishnudev35/collaborative-code-editor.git && cd collaborative-code-editor
Install dependencies:
npm install # or yarn install
To start the Next.js development server, run:
npm run dev # or yarn dev
This will start the app on http://localhost:3000.
Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.