Javascript API to embed Galigeo maps
api: Galigeo API source code samples: A set of simple demo to illustrate how to use the api
cd api
npm install
npm run build
(npm run build:dev for development)
The simplest way to run the samples is to start the Node http-server.
npm install -g http-server
cd samples
http-server -p 3000
On Windows:
cd api\doc
buildDoc.bat