Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 479 Bytes

File metadata and controls

8 lines (7 loc) · 479 Bytes

Repository instructions

  • Run bun run lint and bun run prettier:check after making changes.
  • Use kebab-case for project filenames unless a framework requires a conventional filename.
  • Use motion, not framer-motion.
  • Use inline function parameter types instead of isolated parameter interfaces.
  • Add or update tests with every code change: unit tests for utilities and E2E tests for product features.
  • Run bun test and bun run test:e2e before completing work.