You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Before proceeding with local development setup, you must have **already deployed the Azure resources** for this accelerator.
178
+
> If you haven't deployed yet, follow the [Deployment Guide](DeploymentGuide.md) first.
179
+
> Local development requires access to deployed Azure resources (App Configuration, Storage, AI Search, OpenAI, Document Intelligence).
180
+
181
+
---
182
+
171
183
## Step 2: Azure Authentication Setup
172
184
173
185
Before configuring services, authenticate with Azure:
@@ -472,8 +484,11 @@ yarn -v
472
484
473
485
### 4.5. Install frontend dependencies
474
486
475
-
```powershell
487
+
```bash
488
+
# From repository root, navigate to frontend directory
476
489
cd App/frontend-app
490
+
491
+
# Install dependencies
477
492
yarn install
478
493
```
479
494
@@ -498,7 +513,6 @@ You're now ready to run and debug the application locally!
498
513
499
514
### Common Issues
500
515
501
-
502
516
#### Connection Issues
503
517
504
518
- While running the Kernel solution, if you encounter an error such as ``server not responded`` or ``server not found``, it usually indicates that the required resource is not responding.
0 commit comments