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