First run the scraper via the command:
python ./backend/scripts/fbcrawl.py
A Facebook page should pop in and the participant should login
The scraper should then begin
In another terminal window start the backend by calling the commands:
cd backend
flask run
Lastly, in another window, start the frontend by running the commands:
cd frontend
npm start
The frontend should popup alongside the scraper and the participant can start interacting with the UI