- Node.js 18+
- pnpm 10+
- Aidbox instance running locally
git clone git@github.com:HealthSamurai/aidbox-ui.git
cd aidbox-ui
pnpm install
pnpm run devThe app expects Aidbox running on http://localhost:8765. Configure via VITE_AIDBOX_BASE_URL environment variable if needed.
| Command | Description |
|---|---|
pnpm dev |
Start development server |
pnpm build |
Build for production |
pnpm typecheck |
Run TypeScript type checking |
pnpm lint |
Run Biome linter |
pnpm format |
Format code with Biome |
pnpm all |
Format, typecheck, and lint |
- Install the Biome VS Code extension for formatting and linting support.
- Link aidbox-ts-sdk for hot reload during local development.