Tic Tac Toe

Setup

  • Clone the repository
  • Copy the docker compose override file docker-compose.override.example.yml to docker-compose.override.yml
  • Copy the .env.example file to .env and fill in the required values
  • Run docker compose up -d to start the application
  • Run docker compose exec frontend test:unit to run the unit tests