diff --git a/justfile b/justfile new file mode 100644 index 0000000..a9bc518 --- /dev/null +++ b/justfile @@ -0,0 +1,3 @@ +# Serve the docs locally with live reload. +serve: + npx --yes docsify-cli serve . --port 3000