From 1f663c8e51933acc120581a5d8373758c4954d61 Mon Sep 17 00:00:00 2001 From: h Date: Wed, 9 Sep 2026 00:21:28 +0200 Subject: [PATCH] Pass project name to infra, document make env --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c3ba2..ba7e58f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ updateproject backend # one part newproject ~/projects/my-thing --parts backend,frontend,caddy --backend python --frontend svelte --serve bun --defaults ``` -One part alone is rendered at the root of the project; two parts live in `backend/` and `frontend/`. Templates are cloned from `https://git.kotikot.com/templates` unless `TEMPLATES_DIR` points at a directory with local checkouts; `TEMPLATES_REF=HEAD` renders their working trees instead of the latest tag. +One part alone is rendered at the root of the project; two parts live in `backend/` and `frontend/`. After rendering, `make env` creates `.env` and every `docker-compose.override.yml` from their examples. Templates are cloned from `https://git.kotikot.com/templates` unless `TEMPLATES_DIR` points at a directory with local checkouts; `TEMPLATES_REF=HEAD` renders their working trees instead of the latest tag. Requires `uv`; `bun`, `docker` and `pre-commit` are used by the generated projects.