chore: updated README.md
This commit is contained in:
@@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
<img width="2551" height="1175" alt="Portfolio website preview" src="https://github.com/user-attachments/assets/24657c0a-4f95-4573-8472-092984d6cc4e" />
|
<img width="2551" height="1175" alt="Portfolio website preview" src="https://github.com/user-attachments/assets/24657c0a-4f95-4573-8472-092984d6cc4e" />
|
||||||
|
|
||||||
## Languages / Framework / Packages
|
## 👂 Languages / Framework / Packages
|
||||||
|
|
||||||
- Angular v21
|
- Angular v21
|
||||||
- TypeScript
|
- TypeScript
|
||||||
- SCSS
|
- SCSS
|
||||||
|
|
||||||
## Development
|
## 💻 Development
|
||||||
|
|
||||||
### Development Preview
|
### Development Preview
|
||||||
|
|
||||||
@@ -24,32 +24,31 @@ npm run dev
|
|||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
This compiles the project and stores the build artifacts in the `dist/`
|
This will compile your project and store the build artifacts in the `dist/`
|
||||||
directory. The production build is intended for static hosting.
|
directory. The production build optimizes your application for performance and
|
||||||
|
speed.
|
||||||
|
|
||||||
### Start Compiled Project
|
### Start compiled Project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
This serves the generated static build through `scripts/static-server.mjs`.
|
## 🔍 Code Quality
|
||||||
|
|
||||||
## Code Quality
|
### Lint & Format check
|
||||||
|
|
||||||
### Lint and Format Check
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run check
|
npm run check
|
||||||
```
|
```
|
||||||
|
|
||||||
### Auto-fix Lint and Format Issues
|
### Auto-fix lint & format issues
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run fix
|
npm run fix
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running Unit Tests
|
## 🧪 Running Unit Tests
|
||||||
|
|
||||||
To execute unit tests with the [Karma](https://karma-runner.github.io) test
|
To execute unit tests with the [Karma](https://karma-runner.github.io) test
|
||||||
runner, use the following command:
|
runner, use the following command:
|
||||||
@@ -58,11 +57,10 @@ runner, use the following command:
|
|||||||
npm run test
|
npm run test
|
||||||
```
|
```
|
||||||
|
|
||||||
## Enjoy?
|
## 🤝 Enjoy?
|
||||||
|
|
||||||
Made by [FrauJulian](https://fraujulian.xyz/).
|
~ made by [**FrauJulian**](https://fraujulian.xyz/).
|
||||||
|
|
||||||
Give it a star on
|
Give it a star ⭐ on [GitHub](https://github.com/FrauJulian/Personal-Portfolio-Website)!
|
||||||
[GitHub](https://github.com/FrauJulian/Personal-Portfolio-Website).
|
|
||||||
|
|
||||||
### Greetings from Austria!
|
### Greetings from Austria! ⛰️
|
||||||
|
|||||||
Reference in New Issue
Block a user