-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Home
Yangshun Tay edited this page Sep 18, 2022
·
27 revisions
- Monorepo: Turborepo
- App: Next.js
- View: React
- Styling: Tailwind
- ORM: Prisma
-
mainis release branch and should remain stable at all times - Create feature branches for your in-progress features and using the format
<username>/my-feature - Commit messages should follow the Conventional Commits specification as much as possible
-
Propsshould beReadonly -
Propsshould be sorted alphabetically -
Propsshould be destructured in the component function declaration
TBD
TBD