From 0d832674c58c4363d778c36b1f8e117be7fb0ee8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 24 Apr 2023 20:46:10 +0100 Subject: [PATCH] feat(justfile): add start recipe --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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)"