Frontend for https://wars.locutus.link.
This repo is a prerendered SvelteKit + Vite application for exploring Locutus conflict data. The app ships as static assets and reads its versioned payloads from https://data.locutus.link.
npm installnpm run devnpm run buildnpm run previewnpm run checknpm run verify:navigation/conflicts for the conflicts index/conflict?id=<id> for the worker-backed conflict table/bubble?id=<id> for the bubble/time graph/tiering?id=<id> for the tiering/time graph/aava?... for alliance-vs-alliance analysis/chord?id=<id> for the chord/web view/conflicts/view?... for composite conflict comparisond3, nouislider, svelte-select, and msgpackrbytebuffer.js and PSON for legacy payload handlingBuild output is written to build/. Production deploys target the root custom domain rather than a GitHub Pages subpath.