diff --git a/justfile b/justfile index 2f1e7ed0..bd9bcf57 100644 --- a/justfile +++ b/justfile @@ -3,6 +3,9 @@ default: just --list +start: + nix develop --command yarn astro dev --open + create-daily: #!/usr/bin/env bash date="$(date +%Y-%m-%d)"