-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
dev-experiencedocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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
Assignees
Labels
dev-experiencedocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed