thalos-web/docs/runbooks/local-development.md
José René White Enciso 4af2f54a7d feat(thalos-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

28 lines
243 B
Markdown

# Local Development
## Install
```bash
npm install
```
## Run
```bash
VITE_API_BASE_URL=http://localhost:8080 npm run dev
```
## Build
```bash
npm run build
```
## Test
```bash
npm run test:ci
```
See also: `docs/runbooks/testing.md`