From the frontend/ directory run: npm i
From the backend/app/ directory run: pip install -r requirements.txt
From the backend/data/ directory, ensure that mac_players_dataframe.csv is there and run: python create_database.py
From the frontend/ directory run: npm run main