Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 262 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 262 Bytes

criticalmaps-web

Website repository for criticalmaps.net

Quick and easy local development

docker run --rm \
  --volume="$PWD:/srv/jekyll:Z" \
  --publish '[::1]:4000:4000' \
  jekyll/jekyll:4.2.0 \
  jekyll serve