You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copy .env.placeholder .env
# edit .env
yarn install
prisma generate
prisma db push
# when it reaches a stable state
prisma migrate dev --name initial-state