This project is scaffolded for:
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- Radix UI Themes + Icons
pnpm install
pnpm devThen open http://localhost:3000.
The token workspace now persists through a local SQLite database via Drizzle.
pnpm db:generate
pnpm db:migrateThe database file is created at data/ephemeral.sqlite.
package-lock.json may still exist from the initial npm bootstrap. You can remove it if you want a pnpm-only repo.