Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 478 Bytes

Website

Screenshot You can check out my website at https://bauer-jakob.de/.

Local development

Install dependencies npm i
Start application npm run start (should serve at http://localhost:4200/**)

How to deploy

Execute command ng build --prod
Push output files and folder into that repo https://gitlab.com/bauerjakob-prod/website
From there nothing more to do. It automatically deploys it via webhook. 😄