Website for Mari and Tim.
Process:
- Create Github Repository. Clone to PC.
- Install Prerequisites
- node --version
- npm --version
- git --version
- Install Angular CLI:
npm install -g @angular/cli - Create new Angular Project. Adjust directory.
- Configure angular.json for Github Pages.
- Install angular-cli-ghpages:
npm install angular-cli-ghpages --save-dev - Update package.json.
- Create Deployment Script (deploy.ps1).
- Run
.\deploy.ps1 - Or manually:
- npx ng build --configuration=production --base-href="/TimMari2026/"
- npx angular-cli-ghpages --dir=docs --no-silent
- Run
- Github pages configure:
- Source: Deploy from a branch
- Branch: gh-pages
- Folder: / (root)
- Save