generate outside generated
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
buenosairesam
2026-01-21 23:26:47 -03:00
parent 423909d391
commit 6e18324a43
4 changed files with 2 additions and 69 deletions

View File

@@ -32,7 +32,7 @@ python build.py --all # -> all rooms
./ctrl/logs.sh <room> # View logs
# Bare-metal dev (without Docker)
cd gen/standalone && .venv/bin/python run.py
cd gen/standalone && python run.py
```
## Adding a New Room
@@ -48,4 +48,4 @@ python build.py --cfg myroom
cd gen/myroom/soleprint && docker compose up
```
Or use the generation UI at `/generate`.
Or use the generation UI: `python -m http.server 8080` in `spr/` and visit `/generate.html`.