File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,6 @@ Each `content/category/slug.json` file has this structure:
119119## Local Development
120120
121121``` bash
122- java -jar html-generators/generate.jar # Build HTML pages + snippets.json
123- python3 -m http.server - d site 8090 # Serve locally
122+ java -jar html-generators/generate.jar # Build HTML pages + snippets.json
123+ jwebserver - d site -p 8090 # Serve locally
124124```
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Generated files (`site/category/*.html` and `site/data/snippets.json`) are in `.
5656java -jar html-generators/generate.jar
5757
5858# Serve locally
59- python3 -m http.server - d site 8090
59+ jwebserver - d site -p 8090
6060# Open http://localhost:8090
6161```
6262
You can’t perform that action at this time.
0 commit comments