Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 463 Bytes

File metadata and controls

23 lines (14 loc) · 463 Bytes

Display Service

This microservice is responsible for providing the user interface and handling interaction with the use.

Installation

  • If it's the first time running the service, install the dependencies by executing:
pnpm install

Running the Service

  • To start the service, run the following command:
pnpm run dev

Note:

  • Commands using npx should be replaced with pnpm dlx.