mirror of
https://github.com/blw-ofag-ufag/agridator.git
synced 2026-08-26 10:04:31 +00:00
Read-only mirror of https://github.com/blw-ofag-ufag/agridator — Bundesamt für Landwirtschaft. Issues & pull requests at the source.
- C# 55.5%
- TypeScript 30.9%
- HTML 10.1%
- SCSS 3.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| agridator-frontend | ||
| Agridator.Web | ||
| etc | ||
| .gitignore | ||
| Agridator.sln | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
agridator
GovTech Hackathon Challenge agridator
Deploy to GitHub Pages
cd agridator-frontend
git checkout gh-pages
git pull
git merge origin/main
ng build --output-path ../docs --base-href /agridator/
cp ../docs/index.html ../docs/404.html