This is a Next.js project bootstrapped with create-next-app
.
The purpose of this project is to display the top 3 players from the last event made by Gametek.
First run mysql with the database in your terminal:
sudo mysql
And now, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.