Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 674 Bytes

File metadata and controls

40 lines (26 loc) · 674 Bytes

Contributing

Thanks for contributing! This repo is a PNPM + Nx monorepo.

Prerequisites

Setup

pnpm install

Common commands

From the repo root:

pnpm build
pnpm test
pnpm lint
pnpm typecheck

Examples

Run the minimal example (server + UI watcher):

pnpm -C examples/minimal dev

For a comprehensive demo, see the separate kanban-mcp-example repository.

Code style

  • Formatting: pnpm format:write
  • Keep public APIs backward compatible when possible; use semver for breaking changes.