Update README.md

This commit is contained in:
2025-07-07 08:20:25 +02:00
committed by GitHub
parent 688b9d026d
commit 39d363b87d
+46 -3
View File
@@ -1,11 +1,54 @@
# πŸ–ΌοΈ FrauJulian's Portfolio Website # πŸ–ΌοΈ FrauJulian's Portfolio Website
### [πŸ™‹β€β™‚οΈ Website Preview](https://fraujulian.xyz/) ### [πŸ™‹β€β™‚οΈ Website Preview](https://fraujulian.xyz/)
![grafik](https://github.com/user-attachments/assets/65f1e491-62ab-4b16-a39c-5f04377ce5cb)
## πŸ‘‚ Languages/Framework/Packages: ## πŸ‘‚ Languages/Framework/Packages:
- Javascript - Angular v19
- CSS - TypeScript
- HTML - SCSS
## πŸ’» Development
### Development Preview
```bash
npm run dev
```
### Building
```bash
npm run buildDevelopment
```
or for Production Build
```bash
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.
### Start compiled Project
```bash
npm run start
```
## Running unit tests
To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
```bash
nom run test
```
## Update Packages/Libraries
```bash
updatePackageVersions
```
## πŸ“‹ Credits: ## πŸ“‹ Credits:
~ made by [**FrauJulian**](https://fraujulian.xyz/). ~ made by [**FrauJulian**](https://fraujulian.xyz/).