Skip to content

Add LiveReload dev server for local UI style iteration #2

@youzi-forge

Description

@youzi-forge

Editing styles/templates now requires rebuilding and manual refresh, slowing iteration. A lightweight hot‑reload loop will make local styling and layout work much faster.

Proposed Change

  • Add a small livereload-based dev server that:
    • Rebuilds the site via scripts/build_site.py when sources change.
    • Serves _site/ at http://127.0.0.1:8000 with automatic browser refresh.
    • Watches good_first_issues.md and scripts/build_site.py (and later CSS if extracted).
  • Update docs
  • Keep livereload as an optional local dev dependency (do not add to CI‑used requirements.txt), or create a requirements-dev.txt

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions