Prerequisites
- Node.js and pnpm (the repo uses pnpm exclusively — never
npmoryarnat the root) - Docker for the local PostgreSQL instance
Install
Start the database
A local Postgres runs via Docker Compose on port5433:
apps/server:
Run the apps
Checks before pushing
Railway runs
npx tsc during deploy, so type errors that only show up in the
IDE will still fail the build. Always run the server typecheck before pushing.