This project was created using the create-t3-turbo template. (LICENSE)
Before | Preview | After |
---|---|---|
-
Requirements
-
Install dependencies
pnpm install
-
Setup Environment Vars
cp .env.example .env
-
Setup Database
pnpm db:push
-
Run Dev Server
pnpm dev
Prisma studio should now be running at http://localhost:5556 and the Next.js app at http://localhost:8093