Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 309 Bytes

File metadata and controls

10 lines (7 loc) · 309 Bytes

CLAUDE.md

Package Manager

Always use pnpm — never npm or yarn. This is a pnpm workspace project.

  • Install dependencies: pnpm install
  • Run scripts: pnpm run <script> or pnpm <script>
  • Build Gatsby site: pnpm --filter LaunchWare build
  • Dev server: pnpm --filter LaunchWare develop