This project uses Nx to manage all the development commands, use pnpm to run the available scripts in package.json.
Install dependencies (postinstall will run nx run-many -t install for subprojects)
pnpm install
Start the dev servers
pnpm run dev
Build all projects
pnpm run build