From b4af07129022493613e8a0c690a0ef1bdf6a8eb2 Mon Sep 17 00:00:00 2001 From: Galuh Sahid Date: Wed, 27 Dec 2023 22:09:22 +0100 Subject: [PATCH] update readme --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 870e0be..780e347 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,30 @@ # Quartz v4 +## Set up + +Set up .env: +``` +SOURCE_DIR= +DEST_DIR= +``` + +Run on local: + +``` +make publish local=True +``` + +Run on server: + +``` +make publish +``` + ## Improvements - scripts/publish.sh: - [ ] Skip copying files that already exist - [ ] Resize image to 60% for faster load -- add restart/publish to make +- [x] add restart/publish to make --- > “[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming