# 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`