- Copy
.env.copyand make a new file.envand fill in the data - Copy
.env.local.copyand make a new file.env.localand fill in the data - Run
prisma db pushwhen you make changes toprisma/schema.prisma(its good practice to runnpx prisma migrate dev --name "some-name")
After this just figure stuff out <3