https://github.com/steeltoeoss/mainsite
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://github.com/steeltoeoss/mainsite
Last synced: 10 months ago
JSON representation
This repository is used for building the steeltoe.io website, along with the Getting Started guides. The docs portion is in the Documentation repository.
- Host: GitHub
- URL: https://github.com/steeltoeoss/mainsite
- Owner: SteeltoeOSS
- License: apache-2.0
- Created: 2019-08-23T20:19:51.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T14:33:04.000Z (about 2 years ago)
- Last Synced: 2024-03-27T04:21:52.540Z (almost 2 years ago)
- Language: HTML
- Homepage: https://steeltoe.io
- Size: 6.24 MB
- Stars: 8
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)