Once the mono repo is configured, we can install dependencies and build applications from the top level.
Install all dependencies
pnpm install
Build all apps and packages
pnpm -r build
Knowledge Base for IT Professionals, Teachers and Astronauts
Once the mono repo is configured, we can install dependencies and build applications from the top level.
pnpm install
pnpm -r build