Skip to content

Commit

Permalink
Added hint for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-ssch committed Jan 11, 2025
1 parent 93fcc46 commit e7e2f94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e7e2f94

Please sign in to comment.