From cae2eed97ddc81cf8658918883ac23a45d169eb7 Mon Sep 17 00:00:00 2001 From: encrypt Date: Mon, 9 Oct 2023 18:01:14 +0200 Subject: [PATCH] readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..91a6f4c --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Istruzioni + +``` +git clone https://git.lattuga.net/balotta/gancio-flyers +cd gancio-flyers +python3 -m venv venv +. venv/bin/activate # || venv/bin/activate.fish +pip install -r requirements.txt +flask run +``` + +## Come aggiungere dei nuovi template + +In teoria sto coso supporta piĆ¹ template ma non ho ancora finito di sistemarlo. +Se vuoi aggiungerne uno nuovo metti il template in `templates/flyers/nometemplate.html` e crea la directory `static/flyers/nometemplate` per i files css.