Follow these steps to set up the project locally: Clone the repository git clone https://github.com/mategames-team/frontend.git cd frontend Install dependencies npm install # or yarn install Run the project locally npm start # or yarn start