https://github.com/conterra/mapapps-intro
This bundle allows you to create your own step-by-step guide in map.apps based on the Driver.js framework.
https://github.com/conterra/mapapps-intro
3x 4x mapapps usability
Last synced: 28 days ago
JSON representation
This bundle allows you to create your own step-by-step guide in map.apps based on the Driver.js framework.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-intro
- Owner: conterra
- License: apache-2.0
- Created: 2017-05-30T14:09:13.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-12-04T10:17:46.000Z (3 months ago)
- Last Synced: 2025-12-07T18:16:50.287Z (3 months ago)
- Topics: 3x, 4x, mapapps, usability
- Language: TypeScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_intro/index.html
- Size: 2.5 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-intro/actions/workflows/devnet-bundle-snapshot.yml)


# 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](https://driverjs.com/) library.
See the `dn_intro` bundle's documentation for more information.

[dn_intro Documentation](https://github.com/conterra/mapapps-intro/tree/master/src/main/js/bundles/dn_intro)
## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_intro/index.html
## 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](https://github.com/conterra/mapapps-4-developers).
See the `README.md` file of that project for more information on how to run a local development server.