Skip to content

Latest commit

 

History

History
executable file
·
43 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

executable file
·
43 lines (26 loc) · 1.01 KB

ggb-plot

Automated geometrical construction and highlighting experiments based on GeoGebra Math Apps Bundle and JavaScript.

Features

  • GeoGebra automated highlight functions used for geometric questions demonstration synchronously.
  • GeoGebra automated construction from the text of geometric questions.
  • Built-in automatic unit testings.

Install

  • Install NodeJS and Google Chrome.

If used in China, install the NPM source:

npm config set registry "https://registry.npm.taobao.org"
  • Install the components required for this project:
sudo npm i -g grunt-cli
npm i

Build

  • Run grunt serve to develop with Google Chrome.
  • Run grunt build to release on Web site.

Test

  • Run npm test for unit testing.

License

This project is licensed under the GNU General Public License version 3.0 (GPLv3).