Update submodule and build OpenGlobus library:
git submodule update --progress --init --recursive --force --remotecd ./external/ognpm installnpm run buildornpm run build:og
Optionally: Change in the ./build/config.json url to //localhost:8080/examples
npm run servenpm run start
public/examples.json supports manual catalog metadata for the examples list:
label: visible example titleid: example folder / route idtags: tag list used in card footer and search (shown as#tag)image: optional preview image URL for card header (hidden when empty)
SEO metadata is stored in each example HTML file:
<title><meta name="description"><meta name="keywords">
All metadata values are maintained manually per example.