It’s like Airbnb but for programming competitions
Hosting our website locally is quick and easy once you’ve installed Docker.
docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll \
-it -p 127.0.0.1:4000:4000 jekyll/jekyll jekyll serve --watch