geogebra
1.0.0
This repository contains source code of GeoGebra's math apps. It is available on a private GitLab instance and mirrored to GitHub.
Please read https://www.geogebra.org/license about GeoGebra's licensing.
To start the web version from command line, run
./gradlew :web:run
This will start a development server on your machine where you can test the app. If you need to access the server from other devices, you can specify a binding address
./gradlew :web:run -Pgbind=A.B.C.D
where A.B.C.D
is your IP address.
Then you can access the dev server through http://A.B.C.D:8888
.
You can also run ./gradlew :web:tasks
to list other options.
To start the desktop version from command line, run
./gradlew :desktop:run
You can also run ./gradlew :desktop:tasks
to list other options.
https://git.geogebra.org/ggb/geogebra.git
./gradlew :web:run
graphing.html
and click on Launch Default Browser
then the Graphing Calculator app with the newest features
will load and start in your default browser