Skip to content

olgen/phd

Repository files navigation

phd

Single-user recipe manager aligned with the planetary health diet. SvelteKit + Prisma Next + shadcn-svelte.

Operator guide: AGENTS.md. App setup: docs/app/README.md.

Quick start (agent mode)

bun install
bun run db:agent          # copy DATABASE_URL into .env
bun run contract:emit
bun run db:init
bun run db:seed
bun run dev

Open http://localhost:5173/ for the seeded recipe catalog demo.

Commands

Command Description
bun run dev Development server
bun run check Typecheck (svelte-check)
bun run build Production build
bun run db:agent Per-worktree prisma dev
bun run db:seed Demo recipes
bun run docs:check Multi-agent doc compatibility

Use bun / bunx only (see docs/agent-rules/golden-rules.md).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors