EduGIS, http://www.edugis.nl, and http://kaart.edugis.nl is an application to introduce Geographical Information Systems (GIS) to students, without the need to first install software or data.
- git
- node with npm
- file src/keys.js (see below)
# get source from github
git clone --recurse-submodules [this_repository]
cd this_repository
# add dependencies
npm install
If you didn't use the --recurse-submodules option while cloning:
cd this_repository
git submodule update --init
# add dependencies
npm install
To update the submodule (maps configurations) to the latest commit of their default branch
git submodule update --remote
copy src/keys.js.example
to src/keys.js
and optionally update src/keys.js
with your keys in order to use services that require such API keys
npm start
If the browser does not open automatically, then click the URL displayed on the terminal
npm run build
The resulting static web files are generated under build/
see issues