This is the code for my website.
Color scheme: https://material.io/resources/color/#!/?view.left=0&view.right=0&primary.color=B2DFDB&secondary.color=616161
The server can be run locally by simply opening the dist/index.html
file in a web browser.
Alternatively, the server can be built and run in Docker: docker compose build; docker compose up