68 lines
1.1 KiB
Markdown
68 lines
1.1 KiB
Markdown
# 🖼️ FrauJulian's Portfolio Website
|
|
|
|
### [🙋♂️ Website Preview](https://fraujulian.xyz/)
|
|
|
|

|
|
|
|
## 👂 Languages / Framework / Packages
|
|
|
|
- Angular v21 (with SSR)
|
|
- TypeScript
|
|
- SCSS
|
|
- Angular Material
|
|
- FontAwesome
|
|
|
|
## 💻 Development
|
|
|
|
### Development Preview
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
### Building
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
This will compile your project and store the build artifacts in the `dist/`
|
|
directory. The production build optimizes your application for performance and
|
|
speed.
|
|
|
|
### Start compiled Project
|
|
|
|
```bash
|
|
npm run start
|
|
```
|
|
|
|
## 🔍 Code Quality
|
|
|
|
### Lint & Format check
|
|
|
|
```bash
|
|
npm run check
|
|
```
|
|
|
|
### Auto-fix lint & format issues
|
|
|
|
```bash
|
|
npm run fix
|
|
```
|
|
|
|
## 🧪 Running Unit Tests
|
|
|
|
To execute unit tests with the [Karma](https://karma-runner.github.io) test
|
|
runner, use the following command:
|
|
|
|
```bash
|
|
npm run test
|
|
```
|
|
|
|
## 🤝 Enjoy?
|
|
|
|
~ made by [**FrauJulian**](https://fraujulian.xyz/). Give it a star ⭐ on
|
|
[GitHub](https://github.com/FrauJulian/Personal-Portfolio-Website)!
|
|
|
|
### Greetings from Austria! ⛰️
|