diff --git a/{{project_name}}/justfile b/{{project_name}}/justfile new file mode 100644 index 0000000..38d06ae --- /dev/null +++ b/{{project_name}}/justfile @@ -0,0 +1,8 @@ +_: + @just --list + +# serve docsify page +serve: + python -m SimpleHTTPServer 9999 + +