This project is a tournaments manager web app. It allows you to create tournaments, add players, and manage the matches.
It is built with Next.js, React, Material UI, and TypeScript.
It is deployed on Firebase, you can see it live here.
First, you need at least node18 & npm installed on your machine. Then, you can install the dependencies :
npm ci
Then, you can run the development server :
npm run dev
Open http://localhost:3000 with your browser to see the app running.
The development server will automatically reload if you change any of the source files.
ESLint is configured with this project. You can run it with :
npm run lint
To deploy the app, you first need to install the firebase CLI, then run :
npm run build
npm run deploy