A simple way of running 11ty without having to install node
$ docker build -t <your-image-name> .
$ docker run -p 3000:3000 -p 3001:3001 -it --mount type=bind,source="$(pwd)"/src,target=/usr/src/app/src <your-image-name>
Edit files in the document root and 11ty will transform them to HTML