Production documentation for Stacks Wars, built with Fumadocs.
Live site: https://docs.stackswars.com/
bun install
bun devOpen http://localhost:3000 — docs are served from /.
MDX lives in content/docs/:
user/— player guidetroubleshooting/— common issuesdevelop/— game developer guide
Uses webpack (next build --webpack) for reliable Fumadocs MDX packaging on current Node/Next versions.
bun run build
bun start