This project is about creating a website for the mighty Pong contest!
To run the server, do the following:
git clone https://github.com/fbescodam/ft_transcendence
cd ft_transcendence
docker compose up
Make sure to fill in the .env files in both the frontend and backend folders first. For your 42 Intranet application (used for OAuth), add http://localhost:5173/auth to the list of redirect URIs.
You can then find the website and the Pong game at http://localhost:5173.