A themed version of the Judge0 IDE.
- Docker
- Git
-
Clone the repository:
git clone https://github.com/ianuriegas/themed-ide.git cd themed-ide -
Build the Docker image:
docker build -t themed-ide . -
Run the container:
docker run -p 8000:80 themed-ide
-
Navigate to the IDE in your browser:
http://localhost:8000
For quick testing and development, you can use Python's built-in HTTP server:
cd ide
python3 -m http.server 8000Then access the IDE at http://localhost:8000.
ide/- Contains the Judge0 IDE frontend codeDockerfile- Configuration for containerizing the IDE.dockerignore- Specifies files to exclude from the Docker build
This project is built upon and includes:
- Judge0 IDE (MIT License)
- iTerm2-Color-Schemes (MIT License)