Skip to content

johannesharms/johannesharms.github.com

Repository files navigation

johannesharms.github.com

This code repository contains the source code of the public website of https://johannesharms.com/.

Development

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