From 7ae0b42f3e6bc4a3353cd288e33b1956c178a167 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 19 Feb 2023 20:53:30 -0700 Subject: [PATCH] Add a bit about the overlay themes into the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a8e33e9..4cb1260 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ using the custom Codenames deck created by chat submissions. # Setup +## Overlay Themes +Clone any Chatman overlay themes you'd like into the `site` directory, this is where all of the files are served from. + ## Development 1. `pnpm install` (install pnpm if it isn't installed already) 2. `cp config.template.toml config.toml`