Just a simple chessboard - without timers, rules etc. Play just like you do it OTB.
Builds API binary and APP archive in build/
folder
make build
Starts Redis using docker-compose
and two processes: API and APP.
make run -j2
// cleanup after:
make clean