A code editor code editor where users can seamlessly code together.
You can view the live preview of the project here.
-
Fork this repository: Click the Fork button located in the top-right corner of this page.
-
Clone the repository:
git clone https://github.com/Rohit8940/CodeSangam.git
-
Create .env file: Inside the client and server directories create
.env
and set:Frontend:
VITE_BACKEND_URL=<your_server_url>
Backend:
PORT=3000
-
Install dependencies:
npm install # Run in both client and server directories
-
Start the servers: Frontend:
cd client npm run dev
Backend:
cd server npm run dev
-
Access the application:
http://localhost:5173/