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
# package install
pnpm install
cd apps/app/ios
pod install
# server
cd apps/server
pnpm dev
# web
cd apps/web
pnpm dev -H 192.168.0.5 # 본인 ip로 변경
# app
cd apps/app
pnpm start
# 이후 ios/android 선택