Local dev setup Install project dependencies npm i Create a .env file from the .env.example file cp .env.example .env Seed the database npm run db:seed Run the project npm run dev Use prisma studio to view the database npx prisma studio