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>
This commit is contained in:
Francisco Javier Arceo 2025-05-15 15:54:40 -04:00
parent 8e7ab146f8
commit 045f8e4a23
20 changed files with 833 additions and 218 deletions

View file

@ -1,6 +1,6 @@
export default function Home() {
return (
<div>
<div className="mt-8">
<h1>Welcome to Llama Stack!</h1>
</div>
);