This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
pnpm dev
src/components/
- React componentssrc/app/
- Pages and API routessrc/db/
- Database models, migrations and data access objectssrc/server/
- Server-side code with tRPC routers and server actionssrc/utils/
- Utility functions shared across client and serversrc/validations/
- tRPC router validation schemas using zod shared across client and server