pnpm dev # Start dev server
pnpm build # Build for production
pnpm preview # Preview production buildUse Conventional Commits:
feat(component): add new featurefix: resolve bugstyle: update stylingperf: improve performancedocs: update documentationrefactor: restructure codetest: add/update tests- `chore: maintenance tasks
Use () for scope (optional).
Add ! before : for breaking changes (e.g., feat!: breaking change or feat(component)!: breaking change)
- React 19 + TypeScript
- Vite
- TailwindCSS v4
- oxlint + oxfmt for linting/formatting
Configured in .husky/