Skip to content

uptownhr/uptownhr

Repository files navigation

Uptownhr Monorepo

This is a monorepo with NX for with the following projects

  • uptownhr.com - astro.build website

Starting development for website

  1. yarn
  2. yarn nx dev website

Starting Backend Development

  1. yarn
  2. yarn backend

NX Cheat Sheat

  • Create a new astro app nx g @nxtensions/astro:app {name}
  • Generate Prisma client for app nx g @nx-tools/nx-prisma:generate {name}

Todo

  • Deployment pipeline