https://github.com/digabi/digabi2-geogebra
https://github.com/digabi/digabi2-geogebra
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/digabi/digabi2-geogebra
- Owner: digabi
- License: agpl-3.0
- Created: 2024-01-12T13:22:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-11T22:33:49.000Z (4 months ago)
- Last Synced: 2026-02-12T07:25:57.241Z (4 months ago)
- Language: JavaScript
- Size: 37.8 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeoGebra
Dockerized GeoGebra.
## Development
GeoGebra source code has been obtained from https://download.geogebra.org/package/geogebra-math-apps-bundle, linked at https://geogebra.github.io/docs/reference/en/GeoGebra_Apps_Embedding. It does not seem to be available on Git and can therefore not be submoduled.
```bash
# Pull in latest GeoGebra
just update-geogebra
# Build image locally
just build
# Create development release
just dev-release >
# Promote release to production
just prod-release
```