Skip to content

colesmith54/debug_demolition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 

Repository files navigation

Debug Demolition

With the rise of LLMs, Debug Demolition provides a gamified way to debug flawed AI-generated code. Players are judged by accuracy and speed, and ranked with an ELO system from timed head-to-head matches.

Setup Instructions

  1. Install Dependencies:

    • Navigate to the client directory and run:
      npm install
    • Install backend dependencies in api:
      pip install -r judge/requirements.txt
  2. Set Environment Variables: Add the following to your .env in /api with populated values

     redacted
  3. Run the Application:

    • Start the client: (in /client)
      npm run dev
    • Start the backend server (in /server)
      node index.js

Yippee! Created during SwampHacks 2025 by Cole Smith, Anthony Yao, and Ricky Zhang.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors