Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 848 Bytes

File metadata and controls

18 lines (13 loc) · 848 Bytes

Agent Guidelines

TanStack.com marketing site built with TanStack Start.

Essentials

  • Package manager: pnpm
  • Run pnpm test at end of task batches (not after every tiny change)
  • Don't run builds after every change. This is a visual site; assume changes work unless reported otherwise.
  • Typesafety is paramount. Never cast types; fix at source instead. See typescript.md.
  • No emdashes. Use periods, commas, colons, or parentheses instead.

Topic Guides