A robot pal for recipes
This project requires:
ollama pull mistral
pnpm i
pnpm prisma:generate
pnpm prisma:migrate
pnpm db:seed # optional
docker compose up -d
pnpm dev
We're using daisyUI.
For iconography, we're using @heroicons/react. See the full list of icons here and their exported components here. You should import from the @heroicons/react/24/solid package:
import { GlobeAltIcon } from "@heroicons/react/24/solid";
...
<GlobeAltIcon className="size-4" />After signing in with any email address, visit http://localhost:8025 to retrieve the magic link email.
Example prompt: give me a light daisyUI 5 theme with tropical color palette. use context7 (the suffix is required)