llama-stack-mirror/llama_stack/ui
2025-05-15 14:10:12 -06:00
..
app fix: misc UI changes (#2175) 2025-05-15 13:03:05 -07:00
components Merge branch 'main' into small-ui-patches 2025-05-15 14:10:12 -06:00
hooks feat: Adding dark mode, cleaning the UI a small bit, adding a link to the API documentation, and linting the code 2025-05-15 15:54:40 -04:00
lib feat: Adding dark mode, cleaning the UI a small bit, adding a link to the API documentation, and linting the code 2025-05-15 15:54:40 -04:00
public feat: scaffolding for Llama Stack UI (#2149) 2025-05-14 17:22:46 -07:00
.gitignore feat: scaffolding for Llama Stack UI (#2149) 2025-05-14 17:22:46 -07:00
components.json feat: scaffolding for Llama Stack UI (#2149) 2025-05-14 17:22:46 -07:00
eslint.config.mjs feat: scaffolding for Llama Stack UI (#2149) 2025-05-14 17:22:46 -07:00
next.config.ts feat: scaffolding for Llama Stack UI (#2149) 2025-05-14 17:22:46 -07:00
package-lock.json fix: misc UI changes (#2175) 2025-05-15 13:03:05 -07:00
package.json fix: misc UI changes (#2175) 2025-05-15 13:03:05 -07:00
postcss.config.mjs feat: scaffolding for Llama Stack UI (#2149) 2025-05-14 17:22:46 -07:00
README.md Merge branch 'main' into small-ui-patches 2025-05-15 14:10:12 -06:00
tsconfig.json feat: scaffolding for Llama Stack UI (#2149) 2025-05-14 17:22:46 -07:00

This is WIP.

We use shadcdn/ui Shadcn UI for the UI components.

Getting Started

First, install dependencies:

npm install next react react-dom

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.