feat(justfile): add start recipe

This commit is contained in:
Oliver Davies 2023-04-24 20:46:10 +01:00
parent 7fb804bfa0
commit 0d832674c5

View file

@ -3,6 +3,9 @@
default: default:
just --list just --list
start:
nix develop --command yarn astro dev --open
create-daily: create-daily:
#!/usr/bin/env bash #!/usr/bin/env bash
date="$(date +%Y-%m-%d)" date="$(date +%Y-%m-%d)"