This is an App that consumes some web components.
It's recommended to use nvm to install your node version.
Then run
nvm use
You will need to have pnpm installed. Using npm or yarn is not supported.
npm install -g pnpm
To run all apps, run the following command:
pnpm dev
To build all apps and packages, run the following command:
pnpm build