M10: Vue frontend — traits, shop, bench, opponents, strength meter
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
10
README.md
10
README.md
@@ -27,5 +27,13 @@ Riot-Dev-Key: https://developer.riotgames.com (24h gültig), in `backend/.env` a
|
||||
## Server
|
||||
|
||||
```sh
|
||||
uv run uvicorn tft.api.app:app --reload
|
||||
uv run uvicorn tft.api.app:app --reload --port 8123
|
||||
```
|
||||
|
||||
## Frontend
|
||||
|
||||
```sh
|
||||
cd frontend
|
||||
npm install
|
||||
npm run dev # Proxy /api -> localhost:8123
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user