docs: add project description and setup instructions to readme

This commit is contained in:
2024-11-26 04:57:12 +00:00
parent 6b40e4706a
commit e5f493d783
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