Skip to content

This bundle allows you to create your own step-by-step guide in map.apps based on the Driver.js framework.

License

Notifications You must be signed in to change notification settings

conterra/mapapps-intro

Repository files navigation

devnet-bundle-snapshot Static Badge Static Badge

Intro

The bundle dn_intro allows you to create a step-by-step introductory guide for a map.apps app. It is based on the driver.js library. See the dn_intro bundle's documentation for more information.

Tour screenshot

Prerequisites

  • To be able to build the project with Maven, all files from map.apps-VERSION/sdk/m2-repository (path inside the map.apps distribution package) need to be copied manually to your local Maven repository (e.g. %UserProfile%/.m2/repository for Windows, ~/.m2/repository for MacOS).

Start a local development server

mvn initialize

mvn compile -P include-mapapps-deps,env-dev

More information

The project is based on the latest version of the mapapps-4-developers Project. See the README.md file of that project for more information on how to run a local development server.