# SwisssignChallengeUi This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.4. ## Development server To start a local development server, run: ```bash ng serve ``` ## Generate code after API changes When the API is changed, the client source code must be regenerated. 1. Install the CLI `npm install -g @openapitools/openapi-generator-cli` 1. Download the latest OpenAPI spec file from the API repository. **Please don't commit it!** 1. Run `openapi-generator-cli generate -i [path_to_openapi.yml] -g typescript-angular -o src/gen/`. **Commit those changes**