Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 296 Bytes

File metadata and controls

9 lines (5 loc) · 296 Bytes

MUST-USE INSTRUCTIONS FOR LLMS AND AGENTS

1. Use pnpm

2. It's a pnpm workspace monorepo, so use pnpm --filter <package name> ... to run commands for a particular package or app.

3. Packages are located in the packages directory.

4. Apps are located in the apps directory.