Skip to content

Commit 0e6b4be

Browse files
Updated the alignment
1 parent 79bfe79 commit 0e6b4be

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/LocalDevelopmentSetup.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
This guide provides comprehensive instructions for setting up the Document Knowledge Mining Solution Accelerator for local development across Windows, Linux, and macOS platforms.
44

5-
---
65
## Important Setup Notes
76

87
### Multi-Service Architecture
@@ -30,7 +29,7 @@ This application consists of **three separate services** that run independently:
3029
**All paths in this guide are relative to the repository root directory:**
3130

3231
```bash
33-
Document-Knowledge-Mining-Solution-Accelerator/ ← Repository root (start here)
32+
Document-Knowledge-Mining-Solution-Accelerator/ ← Repository root (start here)
3433
├── App/
3534
│ ├── backend-api/
3635
│ │ ├── Microsoft.GS.DPS.sln ← Backend solution file
@@ -213,6 +212,7 @@ az role assignment create \
213212

214213
#### Other Required Roles
215214
Depending on the features you use, you may also need:
215+
216216
**Storage Blob Data Contributor** – For Azure Storage operations
217217

218218
```bash
@@ -473,6 +473,7 @@ yarn -v
473473
### 4.5. Install frontend dependencies
474474
475475
```powershell
476+
cd App/frontend-app
476477
yarn install
477478
```
478479

0 commit comments

Comments
 (0)