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 buildFor a focused change, use a package filter. The most common examples are in Development Operations.