Skip to content

meowsus/cookbook

Repository files navigation

Cookbook

A robot pal for recipes

Setup

This project requires:

  1. the correct version of nodejs
  2. pnpm
  3. ollama
  4. sqlite
  5. docker
ollama pull mistral

pnpm i
pnpm prisma:generate
pnpm prisma:migrate
pnpm db:seed # optional

Development

docker compose up -d
pnpm dev

Design System

Components

We're using daisyUI.

Icons

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" />

Authentication

After signing in with any email address, visit http://localhost:8025 to retrieve the magic link email.

Cursor

daisyUI MCP

Example prompt: give me a light daisyUI 5 theme with tropical color palette. use context7 (the suffix is required)

About

A robot pal for recipes

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages