Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 576 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 576 Bytes

Online IDE

This is a web-based IDE (Integrated Development Environment) that allows users to write, compile, and run code directly from their web browser. The project is written in Node.js and React.js. image

Installation

To run the Online IDE on your local machine, follow these steps:

  1. Clone the repository:
git clone https://github.com/Kartik1397/online-ide.git
  1. Start docker containers:
docker-compose up --build