Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Latest commit

 

History

History

README.md

Client

How to run locally in developer mode

Install dependencies by running in your terminal:

npm install

Build and serve the project by running in your terminal:

npm run dev

Open http://localhost:4200/ in your browser.