diff --git a/README.md b/README.md index 25d720a..1d44954 100644 --- a/README.md +++ b/README.md @@ -1,59 +1,56 @@ -# AngularPortfolioSeite +# 🖼️ FrauJulian's Portfolio Website -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.9. +### [🙋‍♂️ Website Preview](https://fraujulian.xyz/) +![grafik](https://github.com/user-attachments/assets/65f1e491-62ab-4b16-a39c-5f04377ce5cb) -## Development server +## 👂 Languages/Framework/Packages: +- Angular v19 +- TypeScript +- SCSS -To start a local development server, run: +## 💻 Development + +### Development Preview ```bash -ng serve +npm run dev ``` -Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files. - -## Code scaffolding - -Angular CLI includes powerful code scaffolding tools. To generate a new component, run: +### Building ```bash -ng generate component component-name +npm run buildDevelopment ``` -For a complete list of available schematics (such as `components`, `directives`, or `pipes`), run: +or for Production Build ```bash -ng generate --help -``` - -## Building - -To build the project run: - -```bash -ng 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. +### 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 -ng test +nom run test ``` -## Running end-to-end tests - -For end-to-end (e2e) testing, run: +## Update Packages/Libraries ```bash -ng e2e +updatePackageVersions ``` -Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs. +## 📋 Credits: +~ made by [**FrauJulian**](https://fraujulian.xyz/). -## Additional Resources - -For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page. +### Greetings from Austria!