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