Frontend for https://wars.locutus.link | https://xdnw.github.io/lc_stats_svelte/
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
/conflictsfor 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 comparison
- Built with SvelteKit, Vite, and a static adapter
- Uses worker-backed conflict and graph pipelines on the hot routes
- Uses a shared provider-driven Svelte data grid
- Uses
d3,nouislider,svelte-select, andmsgpackr - Includes local forks of
bytebuffer.jsandPSONfor legacy payload handling
Build output is written to build/. Production deploys target the root custom domain rather than a GitHub Pages subpath.