Monorepo for the Defibeat project.
defibeat/
├── .changeset/ Changeset config for versioning
├── docker/ Docker build assets
├── docs/ Project docs
├── packages/
│ ├── backend/ Go backend service
│ └── frontend/ Next.js frontend (defibeat-mvp)
├── scripts/ Repo-wide scripts
├── biome.json Biome lint/format config
├── package.json
├── pnpm-workspace.yaml
└── turbo.json
See DEFIBEAT_BRIEF.md for the project brief.
pnpm install
pnpm buildpnpm build:backend— build the Go backendpnpm build:frontend— build the Next.js frontendpnpm start— run the backend (make runinpackages/backend)