# FrauJulian's Portfolio Website ### [Website Preview](https://fraujulian.xyz/) Portfolio website preview ## Languages / Framework / Packages - Angular v21 - TypeScript - SCSS ## Development ### Development Preview ```bash npm run dev ``` ### Building ```bash npm run build ``` This compiles the project and stores the build artifacts in the `dist/` directory. The production build is intended for static hosting. ### Start Compiled Project ```bash npm run start ``` This serves the generated static build through `scripts/static-server.mjs`. ## Code Quality ### Lint and Format Check ```bash npm run check ``` ### Auto-fix Lint and 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!