Skip to content

CodeSangam (कोडसंगम) is a real-time collaborative coding platform that brings developers together — just like a sangam (confluence) of minds and ideas. Built for modern teams, CodeSangam enables seamless pair programming, live code sharing, and instant feedback — all in a beautifully designed and highly responsive environment.

Notifications You must be signed in to change notification settings

Rohit8940/CodeSangam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A code editor code editor where users can seamlessly code together.

🚀 Live Preview

You can view the live preview of the project here.

⚙️ Installation

Method 1: Manual Installation

  1. Fork this repository: Click the Fork button located in the top-right corner of this page.

  2. Clone the repository:

    git clone https://github.com/Rohit8940/CodeSangam.git
  3. Create .env file: Inside the client and server directories create .env and set:

    Frontend:

    VITE_BACKEND_URL=<your_server_url>

    Backend:

    PORT=3000
  4. Install dependencies:

    npm install     # Run in both client and server directories
  5. Start the servers: Frontend:

    cd client
    npm run dev

    Backend:

    cd server
    npm run dev
  6. Access the application:

    http://localhost:5173/

About

CodeSangam (कोडसंगम) is a real-time collaborative coding platform that brings developers together — just like a sangam (confluence) of minds and ideas. Built for modern teams, CodeSangam enables seamless pair programming, live code sharing, and instant feedback — all in a beautifully designed and highly responsive environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages