Screenshots
Example Usage
# 1. Clone & configure
git clone https://github.com/d3mocide/Sovereign_Watch.git
cd Sovereign_Watch
cp .env.example .env
# Edit .env — see Documentation/Configuration.md for all variables

# 2. Boot
make prod          # production build (static frontend, no hot-reload)
# or
make dev           # development build (Vite HMR, uvicorn --reload)

# 3. Access
#   Tactical Map: http://localhost
#   API Docs:     http://localhost/api/docs