This microservice is responsible for providing the user interface and handling interaction with the use.
- If it's the first time running the service, install the dependencies by executing:
pnpm install
- To start the service, run the following command:
pnpm run dev
- Commands using
npx
should be replaced withpnpm dlx
.