Skip to content

Contributing

The canonical contributing guide lives in the repository root:

CONTRIBUTING.md


Quick local setup

bash
git clone https://github.com/albegosu/hypar.git
cd hypar
pnpm install
cp .env.example .env   # configure DATABASE_URL + Ollama
npx prisma migrate deploy
pnpm dev

Before you open a PR

bash
pnpm build
pnpm test
pnpm docs:build   # if you touch docs/**

Where to change things

GoalLikely paths
Embryo APIserver/api/embryos/**/*.ts
Agent collaboratorserver/api/embryos/[id]/agent.post.ts
UIpages/, components/
Storestores/embryos.ts
Docs sitedocs/ (VitePress)

Questions or large features: open a GitHub issue first.

MIT License