Skip to content

Ariemeth/gearforce-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 \
    .