Nuxt 3 documentation
tRPC documentation
Prisma documentation
trpc-nuxt documentation
Make sure to install the dependencies:
pnpm install
Make sure to update your database URL. To update postgres to the expected schema, run
npx prisma migrate dev
npx prisma generate
Start the development server on http://localhost:3000
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview