Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.42 KB

File metadata and controls

28 lines (18 loc) · 1.42 KB

Shield: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

NMB Mercenaries Website

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.

Developing

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