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
# For local postgres (can be skipped if DATABASE_URL env var will be provided)
$ docker-compose up -d
# Build app
$ npm run build
# Patch db with test data
$ npm run patch-db
# Starting app
$ npm run start:prod