This is going to hold all the project relate to edagames.
To clone repository and all submodules
git clone --recurse-submodules
git submodule init
git submodule update
Build
docker-compose build
To start all components (web+server+platform)
docker-compose up