Initial commit

This commit is contained in:
2024-11-26 04:34:46 +01:00
commit 3e72ecab20
18 changed files with 295 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
all: ensure_env build serve
ensure_env:
-@python3 -m venv .venv
build:
./.venv/bin/python -m pip install build
./.venv/bin/python -m build .
./.venv/bin/python -m pip install -e .
serve:
./.venv/bin/rupload.serve