Update submodule and build OpenGlobus library:
git submodule update --progress --init --recursive --force --remote
cd ./external/og
npm install
npm run build
ornpm run build:og
Optionally: Change in the ./build/config.json
url to //localhost:8080/examples
npm run serve
npm run start