de-bug-duck is a small static web app that acts like a virtual debugging rubber duck.
Because this project is static HTML/CSS/JS, you can serve it with any static file server.
python3 -m http.server 8000Then open http://localhost:8000.
This repository includes a render.yaml blueprint configured for Render static-site deployment.
- Push this repository to GitHub.
- In Render, click
New +->Blueprint. - Select this repository.
- Render will detect
render.yamland create the static site.
- In Render, click
New +->Static Site. - Connect this repository.
- Use these values:
- Build Command: (leave empty)
- Publish Directory:
.
- Main entry file:
index.html - Static assets:
static/ - No backend runtime is required.