Getting started
The Module Registry is built using Foundry. To use it, clone the git repository (opens in a new tab) and follow the steps below.
Installation
To install dependencies, run:
pnpm installQuick Start
To build the project, run:
pnpm buildTo run tests, run:
pnpm test