From 53e3152867b1afcd1056a2a903b108edd0919f5a Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Tue, 13 Jan 2026 08:37:12 -0500 Subject: [PATCH] Add a justfile --- justfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..8d9c59b --- /dev/null +++ b/justfile @@ -0,0 +1,10 @@ +default: deploy + +build: + bun run build.ts + +deploy: build + cp index.html style.css /var/www/html/dungeon.red/lab/worldnews/ + +verify: + shot-scraper https://dungeon.red/lab/worldnews -w 1280 -h 1024 -o screenshot.png