Skip to content

Commit fc9551e

Browse files
committed
docs: fix missing local step (closes #213)
1 parent ff474e1 commit fc9551e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ You can only run locally **after** having successfully run the `azd up` command.
244244
2. Run `azd env get-values > .env` to get the environment variables for the app
245245
3. Run `az login`
246246
4. Run `npm start` or run the "VS Code Task: Start App" to start the project locally.
247+
5. Run `./scripts/index-data.sh` or `./scripts/index-data.ps1` to index the data locally.
247248

248249
## Using the app
249250

0 commit comments

Comments
 (0)