# CLAUDE.md -- Antonym ## Core Philosophy - **Open source only** -- MIT/Apache-2.0 dependencies - **Privacy-first** -- no tracking, no telemetry - **Bitcoin only** -- sats/Lightning/Cashu for payments, never fiat, never altcoins - **Quality over speed** -- working code, tested, documented ## Quick Reference ```bash pnpm dev # Run app dev server + API server pnpm dev:app # Vite dev server only pnpm dev:server # Express API only pnpm build # Build frontend (vite) pnpm typecheck # Type-check all packages (vue-tsc + tsc) pnpm lint # Lint all packages (eslint) pnpm test # Run tests (vitest) pnpm clean # Remove dist/ directory ``` Dev server: `http://localhost:3333` | API server: `http://localhost:3141` ## Vue 3 Conventions **Always use `