Skip to content
 
 

Repository files navigation

Defibeat

Monorepo for the Defibeat project.

Layout

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.

Setup

pnpm install
pnpm build

Per-package commands

  • pnpm build:backend — build the Go backend
  • pnpm build:frontend — build the Next.js frontend
  • pnpm start — run the backend (make run in packages/backend)

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages