Skip to content

HealthSamurai/aidbox-ui

Repository files navigation

Aidbox UI

Prerequisites

  • Node.js 18+
  • pnpm 10+
  • Aidbox instance running locally

Getting Started

git clone git@github.com:HealthSamurai/aidbox-ui.git
cd aidbox-ui
pnpm install
pnpm run dev

The app expects Aidbox running on http://localhost:8765. Configure via VITE_AIDBOX_BASE_URL environment variable if needed.

Scripts

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

Development Setup

  1. Install the Biome VS Code extension for formatting and linting support.
  2. Link aidbox-ts-sdk for hot reload during local development.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages