The Welcome Bundle is a widget for displaying a welcome screen. You can either configure it as a disclaimer, with a "I agree"-checkbox, or as a general start screen with a "Do-Not-Show-Again"-checkbox.
https://demos.conterra.de/mapapps/resources/apps/downloads_welcome/index.html
- Add the bundle
dn_welcome
to your app. - Customize the content of the welcome window as described in the Documentation of the
dn_welcome
bundle.
Run the following commands from the project root directory to start a local development server:
# install all required node modules
$ mvn initialize
# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps
# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps