This code repository contains the source code of the public website of https://johannesharms.com/.
To serve files on a local development webserver, run one of these commands:
# to run a python webserver:
python3 -m http.server 8000
# to run a nodejs webserver:
npx http-server . 8000