From 78f137e38032fcb6e7f492ffffe491b6cde798c7 Mon Sep 17 00:00:00 2001 From: Dennis Chen Date: Wed, 7 Aug 2024 17:08:12 -0700 Subject: [PATCH] Use make start-backend in docs instead --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04435bb1..eb5bda9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,7 @@ pip install -e '.[dev]' # Using vanilla pip Serve the FastAPI application in development mode: ```bash -ROBOLIST_ENVIRONMENT=local fastapi dev 'store/app/main.py' --port 8080 # On port 8080 to avoid conflicts with Docker +make start-backend ``` ### Keeping Frontend and Backend In Sync