Document full-stack setup; fix dev proxy; drop stray temp script #2

Merged
whitlocktech merged 2 commits from frontend into main 2026-06-27 07:24:26 +00:00

2 Commits

Author SHA1 Message Date
8fdcb28cea Merge branch 'main' into frontend 2026-06-27 07:24:06 +00:00
6f55c516c7 Document full-stack setup; fix dev proxy; drop stray temp script
- README rewritten for the completed frontend: full setup/run instructions
  (Docker Compose, local dev with hot reload, prod build), pages/routes,
  API endpoints, and a consolidated environment-variable reference
- Vite dev proxy now targets 127.0.0.1 (avoids the Windows IPv6-localhost
  pitfall where the SPA could not reach the IPv4-bound API)
- Remove server/_setup.ps1 (a scratch script accidentally committed in the
  previous frontend commit) and gitignore _*.ps1 scratch files

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-27 02:14:44 -05:00