/gearforce-flutter

A list builder for the game Heavy Gear Blitz by Dream Pod 9.

Primary LanguageDartMIT LicenseMIT

Gearforce

Gearforce is an application to build unit rosters for the game Heavy Gear Blitz.

More info about Heavy gear can be found at Dream Pod 9's website.

Building

To build the web server

DOCKER_BUILDKIT=1 \
  docker buildx build \
    --load \
    --platform linux/amd64 \
    -f Dockerfile \
    --target "release" \
    -t edwardcarmack/gearforce-web:0.0.1 \
    .