This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
This is the code repository of the museum visualisation that is used in the main exhibition of the Neues Museum Biel. The application is browser-based and intended to run in offline kiosk mode at location. There is however also a static online version. Be aware that the resolution of 2560x1440 Pixels is recommended for the best experience as the application uses fixed pixel sizes for layouting.
This project was developed by Sebastian Flick, Levyn Bürki and Peter Dängeli of the Data Science Lab for the Neues Museum Biel.
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev -- --open