From 7c0f0a534924b09983806ed5c641527930824eda Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Fri, 5 Sep 2025 18:59:37 +0200 Subject: [PATCH] README: add a readme that does a minimal amount of explaining for ppl who find this on GitHub I guess --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a5624c --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# New Dawn + +These are the files for a ... book? story? I'm writing. +Not really sure what to call it. It's a website. + +You can read it here: https://book.lostcave.ddnss.de/ +If that doesn't work for you, there will be a mirror on GitHub (tbd). + +If you want to read it offline, you can `git clone` this (or just download +the files). + +On Linux / any Unix system with bash installed, run `./deployment-script` +to build the index.html. On other systems, I guess you will be missing the +landing page offline.