improvements in en db generation

This commit is contained in:
2026-01-11 17:27:05 +01:00
parent 54de8672dc
commit 2a5069ed4b
5 changed files with 719 additions and 3 deletions

View File

@ -24,5 +24,7 @@ python -m multiplayer_crosswords.server.main
## start the webui
```bash
python -m multiplayer_crosswords.server.serve_frontend
python -m multiplayer_crosswords.server.serve_frontend --port 8080
```
Then open your browser and navigate to `http://localhost:8080`.