Skip to content

Commit fd9219a

Browse files
Local Setup guide changes
1 parent 9191dbb commit fd9219a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/LocalSetupGuide.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,14 @@ cd src/backend
140140
cp .env.sample .env
141141
```
142142

143-
Fill in the `.env` file with values from your Azure deployment. You can find these in:
143+
Also create `.env` files based on the provided `.env.sample` files for frontend:
144+
145+
```bash
146+
cd src/frontend
147+
cp .env.sample .env
148+
```
149+
150+
Fill in the `.env` files with values from your Azure deployment. You can find these in:
144151
- Azure Portal under "Deployments" in your resource group
145152
- Output from the `azd up` command
146153
- Azure resources directly in the portal

0 commit comments

Comments
 (0)