chore: add React, Tailwind and the client build

Tailwind v4 @theme carries the two colour axes as tokens: a deep blue-black
ground, per-game hues for identity, and a heat ramp for urgency that is
monotonic in salience (dim, blue, amber, red).

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
This commit is contained in:
Lucas Winther
2026-08-15 00:28:17 +02:00
co-authored by Claude Opus 5
parent 5964f4b2fa
commit 49d52e3587
5 changed files with 328 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@
"noFallthroughCasesInSwitch": true,
"exactOptionalPropertyTypes": true,
"skipLibCheck": true,
"jsx": "react-jsx",
"verbatimModuleSyntax": true
},
"include": ["src", "test", "scripts"]