Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 979 Bytes

File metadata and controls

36 lines (26 loc) · 979 Bytes

mydsstats

This is the mydsstats web client used for decoding and uploading SC2 Direct Strike replays in the browser (Blazor WASM PWA with indexedDb)

Getting Started

Prerequisites

  • .NET 10 SDK
  • .NET WASM workload. Install it by running the following command:
    dotnet workload install wasm-tools

Running the application

  1. Clone the repository:
    git clone https://github.com/ipax77/dsstats10.git
  2. Run the application:
    cd ./src/mydsstats/dsstats.pwa
    dotnet run

Contributing

Contributions are welcome! Please feel free to open an issue or submit a pull request.

  1. Fork the Project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your Changes (git commit -m 'Add some AmazingFeature').
  4. Push to the Branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.