bishnudev35 / collaborative-code-editor

0 stars 1 forks source link

Collaborative-Code-editor

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.

Features

Required Features

Tech Stack

Getting Started

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/bishnudev35/collaborative-code-editor.git && cd collaborative-code-editor

  2. Install dependencies:

    npm install # or yarn install

Running the Project

To start the Next.js development server, run:

npm run dev # or yarn dev

This will start the app on http://localhost:3000.

Contributing

Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.