CodeQuorum is a real-time collaborative code editor currently under development. It aims to provide a seamless environment for developers to code together, share knowledge, and collaborate effectively.
🚧 This project is in active development 🚧
To get a local copy up and running follow these simple steps.
- Node.js (https://nodejs.org/)
- npm (https://www.npmjs.com/)
- Clone the repo
git clone https://github.com/nishantkluhera/CodeQuorum.git
- Install NPM packages
npm install
- Start the server
npm start
To use the project, simply navigate to http://localhost:3000 in your web browser. You should see a "Hello, World!" message.
Contributions are what make the open source community such an amazing place to be 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.