Yay, let's calculate how many days you have to go to the office this week (might completely fail).
To execute, either clone the files and run locally as any Angular app or:
- Download dist/office-days-app/office-days-app.zip
- Uncompress
- Open folder in CMD (where the index.html is located)
- Run: python -m http.server 8080
- Go to http://localhost:8080/
To upload a new version
- Run ng serve to test locally
- Run ng build --configuration production --base-href "/OfficeDaysCalculator/"
- Run git remote add origin https://github.com/ibis7/OfficeDaysCalculator.git
- Deploy with npx angular-cli-ghpages --dir=dist/office-days-app/browser