mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-24 03:20:12 +01:00
release: v2.0.1 — Web UI major upgrade, theming reset, diagnostics polish, docs refreshed
This commit is contained in:
parent
721e1884af
commit
171fa5cbaf
17 changed files with 393 additions and 58 deletions
|
|
@ -47,6 +47,7 @@ Run the browser UI by mapping a port and starting uvicorn:
|
|||
docker run --rm `
|
||||
-p 8080:8080 `
|
||||
-e WEB_VIRTUALIZE=1 ` # optional virtualization
|
||||
-e ENABLE_THEMES=1 -e THEME=system ` # optional theme selector and default
|
||||
-v "${PWD}/deck_files:/app/deck_files" `
|
||||
-v "${PWD}/logs:/app/logs" `
|
||||
-v "${PWD}/csv_files:/app/csv_files" `
|
||||
|
|
@ -57,6 +58,8 @@ docker run --rm `
|
|||
```
|
||||
Then open http://localhost:8080
|
||||
|
||||
Tip: The header includes a Reset Theme control to clear your browser’s saved preference and re-apply the server’s default (or OS when THEME=system).
|
||||
|
||||
## Method 2: Command Prompt
|
||||
```cmd
|
||||
REM Create and navigate to workspace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue