Welcome aboard! In this doc you will be provided with all the relevant knowledge to set up the monorepo packages.
A few software tools are required to set the backend services:
- NodeJS 20. (we strongly suggest using nvm).
- pnpm is used as package manager, so be sure you have it globally installed.
- Clone this repo
git clone https://github.com/inversify/monorepo.git inversify-monorepo
- Go to the root package
cd inversify-monorepo
- Install dependencies
pnpm i
- Build project
pnpm run build
Now you're all set. Enjoy coding!