To use this visualization app it first needs to be added to a content type inside DC.
The capabilities of this app depend on the URL parameters supplied.
content- The Content Item ID {{content.sys.id}}. Required.vse- Your virtual staging environment {{vse.domain}}. Optional, depending onlivevaluehub- Your hub name {{hub.name}}. Optional, depending onlivevaluelocale- The locale to use {{locales}}. This is not needed when using a realtime connection and exluding this will prevent unnecessary reloading.live- When set to true ampliance cdn with providedhubwill be used for getting content, otherwisevsewill be used
Install the dependencies...
npm installnpm run devNavigate to localhost:3000. You should see your app running.
To create an optimised version of the app:
npm run build