This is a chess project I am building.
- To get code:
git clone https://github.com/jatin-raghav/schach.git # to install codebase
cd schach- Build docker images
docker compose build- Create containers
docker compose create- Start containers
docker compose start