Built using Jekyll. Served by Netlify.
Using docker for local setup
Run this docker command from inside the root folder of the project.
docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" --env JEKYLL_ENV=development -p 4000:4000 jekyll/jekyll:3.8 jekyll serve