https://github.com/blazinggames/blazing-console
[WIP] A web interface for interacting with the Blazing Games API/WSS. (mirror/bug tracker)
https://github.com/blazinggames/blazing-console
blazinggames blazor csharp
Last synced: 11 months ago
JSON representation
[WIP] A web interface for interacting with the Blazing Games API/WSS. (mirror/bug tracker)
- Host: GitHub
- URL: https://github.com/blazinggames/blazing-console
- Owner: BlazingGames
- License: apache-2.0
- Created: 2025-01-12T23:52:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T23:53:46.000Z (over 1 year ago)
- Last Synced: 2025-03-11T05:17:09.780Z (over 1 year ago)
- Topics: blazinggames, blazor, csharp
- Language: HTML
- Homepage: https://git.ivycollective.dev/BlazingGames/blazing-console
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo is now [hosted on Codeberg](https://codeberg.org/BlazingGames/blazing-console). Further updates will be available there.
The original `README.md` follows below:
---
# 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`, you can run `dotnet run` in a terminal.
If you want to use hot reload, you can use `dotnet watch` instead.
After doing either of these, you can visit http://localhost:5000 in your web browser to view your changes.
## 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):
```bash
dotnet publish -c Release -o ./output
```
## Contributing
If you have patches, bug reports, feature requests, or anything else related to this project, you can
contact us via email at `sys@ivycollective.dev`. If you're submitting patches, please use `git send-email`.
## License
This software is licensed under the Apache License (version 2.0).
For more details, please read the `LICENSE` file, which is located in the same directory as this file.