Skip to content

Commit

Permalink
Added Development environment and Swagger to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cengique authored Sep 1, 2024
1 parent a2f4c6e commit b160356
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,9 @@ Alternatively, without Visual Studio, you use .Net CLI from command
line by first navigating into the `src\Analysim.Web` folder:

```sh
dotnet run
dotnet run --environment Development
```

(This will also automatically run Angular)
(This will also automatically run Angular and a [Swagger](https://learn.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-swashbuckle?view=aspnetcore-8.0&tabs=visual-studio) UI on port 5001)

## Deploying

Expand Down

0 comments on commit b160356

Please sign in to comment.