A web interface for interacting with the Blazing Games API/WSS. https://blazing-console.bedcrab.dev/
Find a file
2024-12-23 19:55:49 -05:00
.forgejo/workflows [ci skip] disable dotnet telemetry in ci/cd 2024-12-23 19:55:49 -05:00
.vscode [ci skip] add README, LICENSE, and copyright header 2024-12-23 19:12:00 -05:00
Components center progress ring while auth loading 2024-12-23 19:50:39 -05:00
Layout [ci skip] add README, LICENSE, and copyright header 2024-12-23 19:12:00 -05:00
Pages [ci skip] add README, LICENSE, and copyright header 2024-12-23 19:12:00 -05:00
Properties init 2024-12-23 15:37:42 -05:00
Services [ci skip] add README, LICENSE, and copyright header 2024-12-23 19:12:00 -05:00
Types [ci skip] add README, LICENSE, and copyright header 2024-12-23 19:12:00 -05:00
wwwroot [ci skip] add README, LICENSE, and copyright header 2024-12-23 19:12:00 -05:00
.gitignore add CI/CD 2024-12-23 16:12:15 -05:00
_Imports.razor [ci skip] add README, LICENSE, and copyright header 2024-12-23 19:12:00 -05:00
App.razor [ci skip] add README, LICENSE, and copyright header 2024-12-23 19:12:00 -05:00
blazingconsole.csproj init 2024-12-23 15:37:42 -05:00
LICENSE [ci skip] add README, LICENSE, and copyright header 2024-12-23 19:12:00 -05:00
NOTICE [ci skip] add README, LICENSE, and copyright header 2024-12-23 19:12:00 -05:00
Program.cs [ci skip] add README, LICENSE, and copyright header 2024-12-23 19:12:00 -05:00
README.md [ci skip] add README, LICENSE, and copyright header 2024-12-23 19:12:00 -05:00

blazing-console

A web interface for interacting with the Blazing Games API/WSS.

Development

This site is made with Blazor using the fluent design language.

To build your changes and host a site at 0.0.0.0:5000:

dotnet run

then visit http://localhost:5000.

Usage

A public instance is hosted at https://blazing-console.bedcrab.dev/.

If you want to build the project files for release (inside the output/wwwroot directory):

dotnet publish -c Release -o ./output

Contributing

Please send an email containing your git patches via the email listed on the copyright header.

License

This software is licensed under the Apache License (2.0). For more details, please read the LICENSE file, which is located in the same directory as this README.md file.