feat: add initial project structure with core files and configuration

This commit is contained in:
2024-11-26 03:34:46 +00:00
commit 6b40e4706a
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