Monorepo for selvbetjeningsdialoger og fellespakker i Sykdom i familien.
- Frontend code is in
apps/**,apps-intern/**, and shared packages inpackages/**. - Backend services are in
server/**andserver-ungdomsytelse-veileder/**.
- TypeScript and JavaScript
- React and Next.js apps
- pnpm workspaces
- Turborepo
- Vitest
pnpm install --frozen-lockfile
pnpm build
pnpm lint
pnpm testFor targeted work, run commands from the affected workspace where possible.
- Follow existing patterns in each app or package.
- Prefer minimal, focused changes.
- Run relevant workspace tests before broad test runs.
- Reuse existing lint and typecheck scripts.
- Keep changes scoped to the requested area.
- Keep configuration consistent with pnpm and Turbo.
- New dependencies
- Cross-workspace refactors
- Changes to deployment workflows
- Commit secrets
- Disable tests or lint checks to make CI pass
- Merge pull requests (review and merge er utført av menneske)