407e24abddaa8e964b3fe1792a00639da8c89f08none
CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## What This Is
vtdn.dev is a terminal emulator standards compatibility reference site — think "caniuse.com" but for terminal escape sequences. It tracks feature support across ~22 terminal emulators and multiplexers.
## Commands
```bash
npm start # Dev server with hot reload
npm run build # Production build (static site)
npm run typecheck # TypeScript type checking (tsc)
none