Skip to content

t0lia/RetypeMe

Repository files navigation

RetypeMe - A platform to compete and show off how fast you can type on a keyboard

Verified contract on BaseSepolia Testnet:

Contract address: 0xb4eb30e7f583d788a1611f4b7022bdda4bd4af81

Contract verification: sepolia.basescan.org/address/0xb4eb30e7f583d788a1611f4b7022bdda4bd4af81#code

Useful links

How to start the project locally

  1. Install Docker and Docker Compose.

  2. Use Docker Compose to start the project:

    • Start by rebuilding all images

      docker-compose up --build -d
    • Start without rebuilding all images

      docker-compose up -d
  3. You can see current Docker containers by running:

    • All containers

      docker-compose ps
    • Containers logs

      docker-compose logs -f
  4. To stop the project:

    docker-compose down