The test is structured in a monorepo with 2 apps for each stage located in the apps/ folder.
- Node.js (version specified in .nvmrc)
- Package Manager: pnpm
- Check out why and how to install it here
- Install the monorepo dependencies:
pnpm i
Note
This will install all dependencies of the monorepo, including the dependencies of the apps.
Refer to the documentations of each stage for more details.