fix(docs): move proxy target from kestra to localhost and add UI README.md (#10916)

closes #10902
This commit is contained in:
brian-mulier-p
2025-08-27 11:50:19 +02:00
committed by GitHub
parent 0e2ddda6c7
commit cf87145bb9
3 changed files with 91 additions and 1 deletions

View File

@@ -24,6 +24,10 @@ In the meantime, you can move onto the next step...
---
### Development:
- (Optional) By default, your dev server will target `localhost:8080`. If your backend is running elsewhere, you can create `.env.development.local` under `ui` folder with this content:
```
VITE_APP_API_URL={myApiUrl}
```
- Navigate into the `ui` folder and run `npm install` to install the dependencies for the frontend project.