Skip to content

Commit a0f9f8a

Browse files
Updated as per the copilot comments
1 parent 0e6b4be commit a0f9f8a

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

docs/LocalDevelopmentSetup.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Document-Knowledge-Mining-Solution-Accelerator/ ← Repository root (star
4848
│ └── appconfig/ ← Configuration templates location
4949
│ ├── aiservice/
5050
│ │ └── appsettings.Development.json.template ← Backend API template
51+
│ ├── frontapp/
52+
│ │ └── .env.template ← Frontend template
5153
│ └── kernelmemory/
5254
│ └── appsettings.Development.json.template ← Kernel Memory template
5355
├── infra/
@@ -168,6 +170,16 @@ yarn --version
168170
git clone https://github.com/microsoft/Document-Knowledge-Mining-Solution-Accelerator.git
169171
cd Document-Knowledge-Mining-Solution-Accelerator
170172
```
173+
174+
---
175+
176+
> **⚠️ IMPORTANT PREREQUISITE**
177+
> 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+
171183
## Step 2: Azure Authentication Setup
172184

173185
Before configuring services, authenticate with Azure:
@@ -472,8 +484,11 @@ yarn -v
472484
473485
### 4.5. Install frontend dependencies
474486
475-
```powershell
487+
```bash
488+
# From repository root, navigate to frontend directory
476489
cd App/frontend-app
490+
491+
# Install dependencies
477492
yarn install
478493
```
479494
@@ -498,7 +513,6 @@ You're now ready to run and debug the application locally!
498513

499514
### Common Issues
500515

501-
502516
#### Connection Issues
503517

504518
- 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

Comments
 (0)