From b160356997d0e9171bdc599cbc89ca4cdaf4019f Mon Sep 17 00:00:00 2001 From: cengique Date: Sun, 1 Sep 2024 19:49:59 -0400 Subject: [PATCH] Added Development environment and Swagger to README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a9b482..8ed80a9 100644 --- a/README.md +++ b/README.md @@ -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