chore: add initial Dreamii CMS project scaffold with Jinja2 markdown and Python execution extensions

This commit is contained in:
2025-01-27 18:27:26 +00:00
parent 13cabb826e
commit 5f3ddd15ba
17 changed files with 490 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
PYTHON=.venv/bin/python
all: install run
install:
python3 -m venv .venv
$(PYTHON) -m pip install -e .
run:
$(PYTHON) main.py