Skip to content

AedanStewart/ultimate-tic-tac-toe-server

 
 

Repository files navigation

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.

About

A server to host ultimate tic-tac-toe tournaments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.5%
  • Jinja 31.0%
  • Dockerfile 4.0%
  • CSS 2.1%
  • Shell 1.4%