A real-time collaborative coding platform to code, debug, and innovate with your team seamlessly.
- Real-time collaboration with team members
- Support for multiple programming languages
- Integrated debugger
- Code sharing and reviewing
- Secure and reliable
To get a local copy up and running, follow these steps.
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repo
git clone https://github.com/Harshalvk/CoDev.git
- Install NPM packages
npm install
- Start the development server
npm start
- Open your browser and navigate to
http://localhost:3000
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Feel free to modify this template to better fit your project's needs.
