From bdd4585a49222b7e2692cf451c29201cf166f7ca Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Mon, 30 Mar 2026 11:53:17 +0200 Subject: [PATCH] initial readme --- readme | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 readme diff --git a/readme b/readme new file mode 100644 index 0000000..8964def --- /dev/null +++ b/readme @@ -0,0 +1,6 @@ +Mnemosyne + + +Mnemosyne is a work-in-progress project which aims to satisfy all the quote-collecting needs of your community, all the while making them queryable and well notarized. + +Note on tailwind and styles.css: The styles.css file, which is generated by a standalone Tailwind binary downloaded and executed automatically within build.rs, is to be committed any time it changes, as without it styling will be broken on the frontend part of the page. This is in contrast to a perhaps expected approach of gitignoring them and just generating them every build; this is incompatible with building docker images in an efficient way, however, as docker exposes no way to mount directories while retaining ability to write files and execute binaries.