# MainSite **Repository Path**: mirrors_SteeltoeOSS/MainSite ## Basic Information - **Project Name**: MainSite - **Description**: This repository is used for building the steeltoe.io website, along with the Getting Started guides. The docs portion is in the Documentation repository. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # This site has moved into the [Documentation repository](https://github.com/SteeltoeOSS/Documentation) --- # Steeltoe Main Site The site was built using [Blazor](https://docs.microsoft.com/aspnet/core/blazor/) in Visual Studio. ## Install Dependencies Requires .NET 8.0+ SDK ## Local testing of Steeltoe site 1. Change into the Client project folder ```powershell PS> cd src/Client ``` 1. Run the application with the `watch` command. So as changes are made, the site will refresh. ```powershell 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](https://localhost:8080)