furniture-web/docs/runbooks/local-development.md
José René White Enciso d15876f986 feat(furniture-web): add web baseline
Why: establish baseline web runtime scaffold before wave implementation.

What: add react app structure, docker runtime assets, docs runbooks, and ignore policy updates.

Rule: keep technical intent and repository workflow compliance.
2026-03-08 15:53:49 -06:00

318 B

Local Development

Install

npm install

Run

VITE_API_BASE_URL=http://localhost:8080 npm run dev

Default demo context ID in the UI is FURN-001 (seeded demo-compatible).

Build

npm run build

Test

npm run test:ci

See also: docs/runbooks/testing.md