Clone the repo and install dependencies
This downloads the OpenMAIC source code to your computer and installs all the JavaScript packages it needs. The pnpm install step can take a few minutes depending on your internet speed — that is normal.
Error saying pnpm is not found, or Node version is too old
Run 'node -v' to check your Node version — it must say v20 or higher. If pnpm is missing, run 'npm install -g pnpm' first, then retry.
