This is the mydsstats web client used for decoding and uploading SC2 Direct Strike replays in the browser (Blazor WASM PWA with indexedDb)
- .NET 10 SDK
- .NET WASM workload. Install it by running the following command:
dotnet workload install wasm-tools
- Clone the repository:
git clone https://github.com/ipax77/dsstats10.git
- Run the application:
cd ./src/mydsstats/dsstats.pwa dotnet run
Contributions are welcome! Please feel free to open an issue or submit a pull request.
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature). - Commit your Changes (
git commit -m 'Add some AmazingFeature'). - Push to the Branch (
git push origin feature/AmazingFeature). - Open a Pull Request.