2 Commits
Author SHA1 Message Date
jake 78f8e44721 chore: migrate to vite+ 2026-05-22 18:37:24 -04:00
jake 6e88a1f5e9 feat: add Tailwind CSS v4, shadcn/ui, and TanStack devtools to apps/web
- configure Tailwind v4 via `@tailwindcss/vite` with a full CSS variable theme (light/dark) and Geist Variable font
- add shadcn `components.json` (base-lyra style, tabler icons) and scaffold `Button` component using `@base-ui/react`
- wire in `TanStackDevtools` + `TanStackRouterDevtoolsPanel` in the root layout
- switch path alias from `~/` to `@/` across tsconfig, routes, and components
- add `clsx`/`tailwind-merge` `cn` utility, `vitest`, `prettier-plugin-tailwindcss`, and other supporting deps
2026-05-20 12:33:49 -04:00