This is a monorepo with NX for with the following projects
- uptownhr.com - astro.build website
yarn
yarn nx dev website
yarn
yarn backend
- Create a new astro app
nx g @nxtensions/astro:app {name}
- Create a new nest library
nx g library {name}
- Generate Prisma client for app
nx g @nx-tools/nx-prisma:generate {name}
- Deployment pipeline