Operations

Testing And Build

Workspace commands for builds, tests, checks, docs, and demos.

Root Commands

npm install
npm run build
npm test
npm run check
npm run build:web
npm run demo:mastra-claims
CommandMeaning
npm run buildTypeScript project-reference build across packages.
npm testVitest tests under packages.
npm run checkRepository checks configured in package scripts.
npm run build:webNext/Fumadocs documentation build.
npm run demo:mastra-claimsRuns the bundled Mastra claims demo.

Development Servers

npm run dev:server
npm run dev:web
npm run dev:cli -- health

Use npx isplay start when you want the full local stack with Postgres setup. Use dev:server when you already have DATABASE_URL.

Docs Build

The docs app uses Next and Fumadocs MDX content from packages/apps/web/content/docs.

npm run build:web

Run this after changing docs navigation, folder structure, MDX components, or links that affect static page generation.

On this page