From 39d363b87da7ffdd326f20584e3e5f90f9c4d845 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Mon, 7 Jul 2025 08:20:25 +0200 Subject: [PATCH] Update README.md --- README.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad23ab0..0b139ee 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,54 @@ # 🖼️ FrauJulian's Portfolio Website ### [🙋‍♂️ Website Preview](https://fraujulian.xyz/) +![grafik](https://github.com/user-attachments/assets/65f1e491-62ab-4b16-a39c-5f04377ce5cb) ## 👂 Languages/Framework/Packages: -- Javascript -- CSS -- HTML +- Angular v19 +- TypeScript +- 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: ~ made by [**FrauJulian**](https://fraujulian.xyz/).