We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f74d955 + deafa27 commit f1445e8Copy full SHA for f1445e8
2 files changed
.github/copilot-instructions.md
@@ -119,6 +119,6 @@ Each `content/category/slug.json` file has this structure:
119
## Local Development
120
121
```bash
122
-java -jar html-generators/generate.jar # Build HTML pages + snippets.json
123
-python3 -m http.server -d site 8090 # Serve locally
+java -jar html-generators/generate.jar # Build HTML pages + snippets.json
+jwebserver -d site -p 8090 # Serve locally
124
```
README.md
@@ -56,7 +56,7 @@ Generated files (`site/category/*.html` and `site/data/snippets.json`) are in `.
56
java -jar html-generators/generate.jar
57
58
# Serve locally
59
-python3 -m http.server -d site 8090
+jwebserver -d site -p 8090
60
# Open http://localhost:8090
61
62
0 commit comments