Layla-P / SteeltoeMainSite

This repository is used for building the steeltoe.io website, along with the Getting Started guides. The docs portion is in the Documentation repository.

Home Page:https://steeltoe.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steeltoe Main Site

The site was built using [Blazor](https://docs.microsoft.com/en-us/aspnet/core/blazor/) in Visual Studio. 

Install Dependencies

Requires .NET Core SDK 6.0

PS> dotnet new -i Microsoft.AspNetCore.Blazor.Templates

Local testing of Steeltoe site

  1. Change into the Client project folder
PS> cd src/Client
  1. Run the application with the watch command. So as changes are made in Visual Studio, the site will refresh.
PS> dotnet watch run

watch : Started
info: Microsoft.Hosting.Lifetime[0]
			Now listening on: https://localhost:8080
info: Microsoft.Hosting.Lifetime[0]
			Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
			Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
			Content root path: C:\source\Steeltoe\MainSite\src\Client

Visit site locally at https://localhost:8080

About

This repository is used for building the steeltoe.io website, along with the Getting Started guides. The docs portion is in the Documentation repository.

https://steeltoe.io

License:Apache License 2.0


Languages

Language:HTML 86.3%Language:CSS 6.9%Language:JavaScript 4.9%Language:C# 1.5%Language:Shell 0.3%Language:Dockerfile 0.2%