Before anything, you need to install docker and docker-compose. After installing those, you'll be able to start contributing to this project.
It's as easy as:
$ make up
And after you download all the necessary dependencies the application will be running locally.
You can also build your docker container without executing it with:
$ make build
And you can execute without showing any logs with:
$ (sudo) docker-compose up -d
If you want to execute some commands inside your docker container, use:
$ (sudo) docker-compose exec import [command]
For more info, visit the main repository of the project: Games BI