aboutsummaryrefslogtreecommitdiff
path: root/book/README.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-06 21:22:02 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-06 23:03:40 +0200
commita31b3f21d92928ff2c4960c95f42b07abdb0ba02 (patch)
tree5dfe453e92407daf63d192765a417dd894e1d388 /book/README.md
parentd0bc8f954789a26817997d8349487514df1dad7e (diff)
downloadhurrycurry-a31b3f21d92928ff2c4960c95f42b07abdb0ba02.tar
hurrycurry-a31b3f21d92928ff2c4960c95f42b07abdb0ba02.tar.bz2
hurrycurry-a31b3f21d92928ff2c4960c95f42b07abdb0ba02.tar.zst
Remove old book code :(
Diffstat (limited to 'book/README.md')
-rw-r--r--book/README.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/book/README.md b/book/README.md
deleted file mode 100644
index 3fe94365..00000000
--- a/book/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Hurry Curry! Recipe Book
-
-The recipe book for learning about ingame recipes.
-
-The books layout and content template is defined in `book.js`. It generates a
-JSON file containing a simple DOM-like description of the book. This JSON file
-can be rendered to PDF with `book.typ` or displayed by the game client.
-
-## Building
-
-- Requirements:
- - GNU make
- - Deno (or Node.js in which case you need to pass `JSR=node` to make)
- - Typst (only if PDF or image export is required)
-
-- Make sure the book-assets submodule is checked out.
-- Run `make`