Updated about page
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -45,3 +45,6 @@ Thumbs.db
|
|||||||
# Lighthouse
|
# Lighthouse
|
||||||
.lighthouseci/
|
.lighthouseci/
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
|
|
||||||
|
# claude
|
||||||
|
.claude/
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user