This is NextJS starter template with Typescript, Shadcn UI, Tailwindcss, Prisma and tRPC.
To install the depenendcies run the following command:
bun install
bun
is the preferred package manager for this project.
This project uses environment variables to configure the credentials. To get started please copy the .env.example
into .env
file.