-
-
Notifications
You must be signed in to change notification settings - Fork 15.7k
Home
Yangshun Tay edited this page Sep 18, 2022
·
26 revisions
- Monorepo: Turborepo
- App: Next.js
- View: React
- Styling: Tailwind
- ORM: Prisma
-
main
is 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
TBD
-
Props
should beReadonly
-
Props
should be sorted alphabetically -
Props
should be destructured in the component function declaration
TBD
TBD