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
cd~/source/project
pnpm install
# Create local env from example
cp .env.example .env.local
# Fill in required values# Start infrastructure (if applicable)
pnpm start:services
# Run migrations (if applicable)
pnpm migrate
# Start dev server
pnpm dev