llama-stack-mirror/llama_stack/ui
Francisco Javier Arceo 045f8e4a23 feat: Adding dark mode, cleaning the UI a small bit, adding a link to the API documentation, and linting the code
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-05-15 15:54:40 -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 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
tsconfig.json feat: scaffolding for Llama Stack UI (#2149) 2025-05-14 17:22:46 -07:00

This is WIP.

Getting Started

First install the NPM dependencies

npm install

First, 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.