Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 467 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 467 Bytes

ultimate-tic-tac-toe

A server to host ultimate tic-tac-toe tournaments

Running the server

First, initialize all submodules:

git submodule update --init --recursive

Next, generate a secret using init.sh:

./init.sh

Docker

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.