Mixed npm + pnpm installs corrupted node_modules and broke
@tailwindcss/vite resolution, which stopped the dev server from
starting. Standardize the project on pnpm:
- remove package-lock.json (keep pnpm-lock.yaml as the single lockfile)
- switch all README commands from npm to pnpm, and document that
npm/yarn must not be mixed in
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Replace the default Vite template README with project-specific docs:
tech stack, dev/build/sync scripts, the dist-based Capacitor packaging
flow (build before cap sync), project structure, and the dev-only
home-layout writer plugin.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>