llama-stack-mirror/llama_stack/ui
Francisco Javier Arceo 9ee60ab341 updated readme
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-05-15 16:00:15 -04:00
..
app 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
components 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
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 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
package.json 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
postcss.config.mjs feat: scaffolding for Llama Stack UI (#2149) 2025-05-14 17:22:46 -07:00
README.md updated readme 2025-05-15 16:00:15 -04: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

Install the NPM dependencies

npm install

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.