Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 906 Bytes

File metadata and controls

19 lines (14 loc) · 906 Bytes

Agent Guidelines

TanStack.com marketing site built with TanStack Start.

Essentials

  • Package manager: pnpm
  • Run pnpm test before commits not after every tiny edit
  • Don't run builds or tests after every change. This is a visual site; assume changes work unless reported otherwise.
  • Rely on tsc or your built-in LSP integration (hopefully you have this)
  • Typesafety is paramount. Never cast types; fix at source instead. See typescript.md.

Topic Guides