arthurskonrad / tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 80.4%Language:JavaScript 11.2%Language:HTML 6.0%Language:CSS 1.9%Language:Dockerfile 0.5%