hypercross
4ffe858c36
fix: make STEAM_API_KEY optional so the proxy starts without it
...
The proxy now boots without a key; /items routes still return 500 when a key is required but missing.
2026-08-08 11:28:58 +08:00
hypercross
7c812a109c
feat: add React frontend with search and mod pages
...
Add apps/web (Vite + React Router + Tailwind v4 + Zustand) with a search page and a mod page that analyzes saves via @tts/extract. Document the frontend in the README and docs.
2026-08-08 11:22:09 +08:00
hypercross
b32cb53c67
test: add proxy route and env tests
...
Cover health, search, and items routes via Hono's app.request, plus env validation.
2026-08-08 11:15:42 +08:00
hypercross
1de559c321
feat: scaffold workspace with search, fetch, and extract packages
2026-08-08 10:43:00 +08:00