- Use Bun for all dependency and script operations in this repository.
- Do not use pnpm or npm commands here.
- Use:
bun installfor install/updatebun add/bun add -dfor dependenciesbun run <script>for scripts
- Use DaisyUI components and patterns for UI implementation and styling.
- Prefer DaisyUI classes (
btn,input,select,card,join, etc.) over custom one-off styling where an equivalent DaisyUI pattern exists. - Keep visual states (active, hover, focus, disabled) aligned with DaisyUI defaults to preserve theme consistency.