This is my portfolio website that you can find deployed under davidschneller.com
I used
There is a build script (build.sh) that can be run to start a docker container which
./build.sh watch - monitors the source code for updates and serves the website on localhost:4000./build.sh prod - creates the production website with compressed CSS in _prod_site Don't forget to give the script execution rights with chmod u+x build.sh