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