Berufswelten — release package
==============================

1. Start the server
   - Linux:   ./start.sh
   - Windows: start.bat

   The server listens on http://0.0.0.0:8080 by default.
   SQLite database file: berufswelten.db (created in this folder).
   Sample professions seed automatically on first run (set RUN_SEED=0 to skip).

2. Start the game
   - Linux:   ./Berufswelten.x86_64
   - Windows: Berufswelten.exe

3. On the join screen
   - Same machine: Cloud Hub / 127.0.0.1:8080
   - Other PCs on LAN: enter this PC's IP and port 8080

Optional environment variables: DATABASE_URL, CONTENT_DIR, SCENES_DIR, BIND_ADDR, RUST_LOG.
