fix: simplify local dev launch workflow (#11641)

This commit is contained in:
Adrián Peña
2026-06-18 16:51:02 +02:00
committed by GitHub
parent b89b427a86
commit 19629e9bb8
3 changed files with 12 additions and 155 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ PostgreSQL, Valkey, and Neo4j run with Docker Compose, while Django and the Cele
Before using this method, ensure `docker compose`, `tmux`, and `uv` are installed.
This workflow is designed for macOS. On Linux, `make dev` and `make dev-attach` should work when Docker, `tmux`, and `uv` are available, and `make dev-launch` is supported from Warp or Ghostty. Windows requires script changes before it can be supported.
This workflow is designed for macOS and should also work on Linux when Docker, `tmux`, and `uv` are available. Windows requires script changes before it can be supported.
From the repository root, run: