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 [this_repository]
cd this_repository
# add dependencies
npm install
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/
Many...