mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
fix(docs): move proxy target from kestra to localhost and add UI README.md (#10916)
closes #10902
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user