Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 941 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 941 Bytes

Tests Code Scanning Release Releases Contributors

chasse

Just a simple chessboard - without timers, rules etc. Play just like you do it OTB.

Build

Builds API binary and APP archive in build/ folder

make build

Run locally

Starts Redis using docker-compose and two processes: API and APP.

make run -j2

// cleanup after:
make clean