Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,21 +204,24 @@ You can only run a development server locally **after** having successfully run
1. Run `azd auth login` if you have not logged in recently.
2. Start the server:

Windows:
Windows: 1998

```shell
./app/start.ps1
```

Linux/Mac:
Linux/Mac: 2009

```shell
./app/start.sh
```

VS Code: Run the "VS Code Task: Start App" task.

branch: MJ
=======[Codeowner.]
It's also possible to enable hotloading or the VS Code debugger.
branch: main
See more tips in [the local development guide](docs/localdev.md).

## Using the app
Expand Down