feat: reworked portfolio
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
# 🖼️ FrauJulian's Portfolio Website
|
||||
|
||||
### [🙋♂️ Website Preview](https://fraujulian.xyz/)
|
||||
|
||||

|
||||
|
||||
## 👂 Languages/Framework/Packages:
|
||||
|
||||
- Angular v19
|
||||
- TypeScript
|
||||
- SCSS
|
||||
@@ -19,7 +21,7 @@ npm run dev
|
||||
### Building
|
||||
|
||||
```bash
|
||||
npm run buildDevelopment
|
||||
npm run buildDevelopment
|
||||
```
|
||||
|
||||
or for Production Build
|
||||
@@ -28,17 +30,20 @@ or for Production Build
|
||||
npm run buildProduction
|
||||
```
|
||||
|
||||
This will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.
|
||||
This will compile your project and store the build artifacts in the `dist/`
|
||||
directory. By default, the production build optimizes your application for
|
||||
performance and speed.
|
||||
|
||||
### Start compiled Project
|
||||
|
||||
```bash
|
||||
npm run start
|
||||
npm run start
|
||||
```
|
||||
|
||||
## Running unit tests
|
||||
|
||||
To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
|
||||
To execute unit tests with the [Karma](https://karma-runner.github.io) test
|
||||
runner, use the following command:
|
||||
|
||||
```bash
|
||||
nom run test
|
||||
@@ -51,10 +56,12 @@ npm run updatePackageVersions
|
||||
```
|
||||
|
||||
## 📋 Credits:
|
||||
~ made by [**FrauJulian**](https://fraujulian.xyz/).
|
||||
|
||||
~ made by [**FrauJulian**](https://fraujulian.xyz/).
|
||||
|
||||
## 🤝 Enjoy?
|
||||
|
||||
Give it a star ⭐ on [github](https://github.com/FrauJulian/discord-audio-stream)!
|
||||
Give it a star ⭐ on
|
||||
[github](https://github.com/FrauJulian/discord-audio-stream)!
|
||||
|
||||
### Greetings from Austria! ⛰️
|
||||
|
||||
Reference in New Issue
Block a user