elthran / UDK

A text-based empire strategy game
0 stars 0 forks source link

Steps for fresh install:

  1. Install docker-compose
  2. docker-compose down -v && docker-compose build && docker-compose up -d && docker-compose logs -f to boot the app.

    Mostly you will just use docker-compose down && docker-compose up -d && docker compose logs -f [app|client]

  3. Once the container is running visit http://localhost:5000/ to play the old version of the game.
  4. Visit http://localhost:8080/ for the new Vue version of the game.

General Help