Skip to content

ianuriegas/themed-ide

Repository files navigation

Themed IDE

A themed version of the Judge0 IDE.

Prerequisites

  • Docker
  • Git

Running the IDE

  1. Clone the repository:

    git clone https://github.com/ianuriegas/themed-ide.git
    cd themed-ide
  2. Build the Docker image:

    docker build -t themed-ide .
  3. Run the container:

    docker run -p 8000:80 themed-ide
  4. Navigate to the IDE in your browser:

    http://localhost:8000
    

Development

For quick testing and development, you can use Python's built-in HTTP server:

cd ide
python3 -m http.server 8000

Then access the IDE at http://localhost:8000.

Project Structure

  • ide/ - Contains the Judge0 IDE frontend code
  • Dockerfile - Configuration for containerizing the IDE
  • .dockerignore - Specifies files to exclude from the Docker build

License

This project is built upon and includes:

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published