Updated about page

This commit is contained in:
Andreas Dahm
2026-04-16 08:22:39 +02:00
parent 9a6b5198ad
commit 0d3411aeb2
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -45,3 +45,6 @@ Thumbs.db
# Lighthouse # Lighthouse
.lighthouseci/ .lighthouseci/
.claude/settings.local.json .claude/settings.local.json
# claude
.claude/

View File

@@ -77,7 +77,7 @@ ng build
* **Language:** TypeScript * **Language:** TypeScript
* **Framework:** Angular * **Framework:** Angular
* **Styling:** SCSS (based on `styles.scss` and component-specific `.scss` files). * **Styling:** Only use tailwind, as much as possible. If not possible use SCSS (based on `styles.scss` and component-specific `.scss` files).
* **Linting:** ESLint is configured (see `eslint.config.js` and `package.json` scripts). * **Linting:** ESLint is configured (see `eslint.config.js` and `package.json` scripts).
* **Internationalization:** Uses `ngx-translate` with `en.json` and `de.json` asset files. * **Internationalization:** Uses `ngx-translate` with `en.json` and `de.json` asset files.

View File

@@ -65,7 +65,7 @@ To build and run the application using Docker locally:
* **Language:** TypeScript * **Language:** TypeScript
* **Framework:** Angular * **Framework:** Angular
* **Styling:** SCSS (based on `styles.scss` and component-specific `.scss` files). * **Styling:** Only use tailwind, as much as possible. If not possible use SCSS (based on `styles.scss` and component-specific `.scss` files).
* **Linting:** ESLint is configured (see `eslint.config.js` and `package.json` scripts). * **Linting:** ESLint is configured (see `eslint.config.js` and `package.json` scripts).
* **Internationalization:** Uses `ngx-translate` with `en.json` and `de.json` asset files. * **Internationalization:** Uses `ngx-translate` with `en.json` and `de.json` asset files.