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
# 1. Backendcd backend
cp .env.example .env # fill in your keys
npm install
npx prisma migrate dev
npm run dev # http://localhost:4000# 2. Frontendcd frontend
cp .env.example .env.local
npm install
npm run dev # http://localhost:3000