Skip to content

Getting Started

Daily Rule is a pnpm/Turbo TypeScript workspace. The fastest path to useful context is to understand the workspace boundaries, install the pinned toolchain, and run the same checks used by CI.

The first loop

bash
pnpm install
pnpm lint
pnpm test
pnpm build

For a focused change, use a package filter. The most common examples are in Development Operations.

Where to go next

The Daily Rule engineering, authoring, editorial, and operations handbook.