pnpm-managed monorepo for the Hireme.dev platform.
apps/api/- Fastify backend, Drizzle migrations, API worker, and service codeapps/web/- Next.js web appinfra/- Pulumi infrastructurepackages/shared/- Placeholder for future shared schemas and types
pnpm install
pnpm dev:check
pnpm dev:env
pnpm db:up
pnpm db:migrate
pnpm api:dev
pnpm api:worker:dev
pnpm web:dev
pnpm format:checkpnpm dev runs the Tilt-based local environment when Tilt is installed.