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. PostgreSQL + Redis асаах
cd docker
docker compose -f docker-compose.dev.yml up -d postgres redis
# 2. Backend
cd ../backend
copy .env.example .env # R2, QPay тохиргоо оруулна
npm run prisma:migrate
npm run prisma:seed
npm run start:dev
# 3. Frontend
cd ../frontend
copy .env.example .env.local
npm run dev
# 4. Admin
cd ../admin
copy .env.example .env.local
npm run dev