Skip to content

Commit

Permalink
Use make start-backend in docs instead (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden authored Aug 8, 2024
1 parent 0cf2077 commit 2845577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2845577

Please sign in to comment.