clarify authenticated UI setup
This commit is contained in:
@@ -27,7 +27,7 @@ cd apps/web
|
||||
python3 -m http.server 8080
|
||||
```
|
||||
|
||||
Open `http://127.0.0.1:8080`. The UI uses demo data by default; set `window.API_BASE` in the browser console to `http://127.0.0.1:8000` when testing the API locally.
|
||||
Open `http://127.0.0.1:8080`. Set `window.API_BASE` in the browser console to `http://127.0.0.1:8000` when testing the authenticated API locally, then sign in with the configured workspace credentials.
|
||||
|
||||
## API smoke calls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user