Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 899 Bytes

File metadata and controls

18 lines (13 loc) · 899 Bytes

Agent Guidelines

TanStack.com marketing site built with TanStack Start.

Essentials

  • Package manager: pnpm
  • Run pnpm test before commits or after significant code changes, not after every tiny edit
  • Smoke tests live outside the default pnpm test path and are reserved for commit-hook validation
  • 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.

Topic Guides