diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..4feda74 --- /dev/null +++ b/Justfile @@ -0,0 +1,11 @@ +port := "8080" +export TREEHOUSE_SITE := "http://localhost:" + port + +serve: + cargo watch -- cargo run -- serve --port {{port}} + +fix: + cargo run -- fix-all --apply + +ulid: + cargo run -- ulid