Skip to content

A quiz for a museum exhibition by the Buddenbrookhaus in Lübeck, Germany

Notifications You must be signed in to change notification settings

Chaotikum/bbh-quiz-luebeckcheck

Repository files navigation

BBH Lübeck Check

This is quiz, built with students of the GGS St. Jürgen school and the Buddenbrookhaus museum in Lübeck, Germany, for the exhibition "Herzensheimat".

Development

The project is basically a website built using F#, Fable, Elmish and React. Don't ask why, at least I didn't put Electron on that list as well.

Requirements

Build + Run

In the commands below, yarn is the tool of choice. If you want to use npm, just replace yarn by npm in the commands.

  • run yarn (installs dependencies)
  • run yarn start (starts Fable daemon and Webpack dev server)
  • In your browser, open: http://localhost:8080/ . Any modification you do to the F# code will be reflected in the web page after saving.

For production:

  • run yarn build and you'll get your frontend files ready for deployment in the build directory.

Kiosk mode on Windows 10 Home

Since Microsoft only offers a real kiosk mode on Windows >= Professional we had to go a little different way. Killing explorer.exe to disable buttons and gestures and using Chrome's kiosk mode does the job quite well. Our autostart file is start.bat.

About

A quiz for a museum exhibition by the Buddenbrookhaus in Lübeck, Germany

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published