diff --git a/Frontend/README.md b/Frontend/README.md index f00d8cf..97ed58f 100644 --- a/Frontend/README.md +++ b/Frontend/README.md @@ -16,6 +16,12 @@ Run `npm install` to install all dependencies ([Node](https://nodejs.org/en/down Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. +## Deploy + +Deploy works automatically with each push to github pages. The template is deployed to [dhbw-ka-webengineering.github.io/Template_Angular/](https://dhbw-ka-webengineering.github.io/Template_Angular/) + +Because of the _Template_Angular_ path in the URL, `--base-href="/Template_Angular/"` is required in line 7 of the [package.json file](Frontend/package.json). If you deploy the repo to a different URL, you will need to adapt or remove this part. + ## Further help To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.