docs: add project description, setup instructions, and CLI usage to README

This commit is contained in:
2024-11-26 04:57:12 +00:00
parent b5d889c478
commit 57a9a89cd8
6 changed files with 153 additions and 28 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
all: ensure_env build serve
all: ensure_env clean build serve
clean:
-@rm -rf src/rupload/__pycache__
ensure_env:
-@python3 -m venv .venv