Future Landscape Simulator exhibit. A variant of the Future Mobility Simulator.
Run
npm install
npm run buildto build the project. The built files are in the future-mobility/dist directory.
The configuration files are in the future-mobility/config directory.
You can override any of the configuration keys through the extras/settings.yml file.
See the future-mobility/README.md and future-mobility/server/README.md files for more information on configuring and
running the app.
Run both
npm run watch:copyand
npm run watch:compileThe first will copy any files changed in extras to future-mobility (without requiring a full build), and
the second will recompile the JavaScript and SASS files (it actually runs watch on the inner
project, inside of future-mobility).
The app supports Sentry.
The city.html and dashboard.html entry points can take the DSN from the sentry-dsn query
string parameter.
It can also get the DSN from the sentry.dsn configuration key in the settings-exhibit.yml file.
The server also supports Sentry. Check the server/README.md for details.
Eric Londaits (for Imaginary gGmbH).
Copyright (c) 2025 IMAGINARY gGmbH Licensed under the MIT license (see LICENSE) Supported by Futurium gGmbH. Based on the Future Mobility Simulator, also supported by Futurium gGmbH.