diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..6364175 --- /dev/null +++ b/README.rst @@ -0,0 +1,11 @@ +cryptohagen.github.io +===================== + +Homepage of https://cryptohagen.dk/ + +Running locally: + +1. Install Docker and docker-compose +1. Run ``docker-compose up`` + +If you have changes to `Gemfile`, run ``docker-compose run jekyll bundle update``.