Fleet management Installation First install pnpm to be able to use monorepo features: npm i -g pnpm Then install all dependencies with pnpm: pnpm i For run the project: pnpm dev This above command will run the backoffice and api at same time