Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkonicki authored Nov 1, 2019
1 parent f0f74c7 commit a60d377
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@
It is built using [Blazor](https://docs.microsoft.com/en-us/aspnet/core/blazor/) in Visual Studio.

## Install Dependencies
Requires .NET Core SDK 3.0

```bash
dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.0.0-preview9.19465.2
> dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.0.0-preview9.19465.2
```

## Local testing of Steeltoe site

This will run the site locally.

```bash
dotnet run
> cd src/Server
> dotnet run
```

Visit site locally at [http://localhost](http://localhost)
Visit site locally at [http://localhost:52198](http://localhost:52198)

<!-- ### Instructions for Updating Documentation Staging Site
Expand Down

0 comments on commit a60d377

Please sign in to comment.