Skip to content

A simple collaborative code editor that allows people to work together in real-time. There is a lot more features to implement, like allowing people to work on several files or even a folder, maybe even a chat box for the collaborators to talk in real-time.

License

Notifications You must be signed in to change notification settings

AbassHammed/CollabEditor

Repository files navigation

Logo

LetsCode Collaborative Editor

demo

A simple collaborative code editor that allows people to work together in real-time. There is a lot more features to implement, like allowing people to work on several files or even a folder, maybe even a chat box for the collaborators to talk in real-time.

🛠 Installation & Set Up

  1. Download the repo 🆙

    click here

  2. Install and use the correct version of Node using NVM

    nvm install
  3. Install dependencies from the directory path

    npm install
  4. Create your .env.local file

    Add your backend Endpoint URL in it

  5. Start the development server

    npm run dev

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run start

About

A simple collaborative code editor that allows people to work together in real-time. There is a lot more features to implement, like allowing people to work on several files or even a folder, maybe even a chat box for the collaborators to talk in real-time.

Topics

Resources

License

Stars

Watchers

Forks

Languages