A server to host ultimate tic-tac-toe tournaments
First, initialize all submodules:
git submodule update --init --recursive
Next, generate a secret using init.sh
:
./init.sh
In the root of the repository, run:
docker compose up
To run the server in development mode, run:
ENV=dev docker compose up
By default, Flask's auto-reloading feature is turned on.