In order to run the frontend, execute the following commands (assuming you have `pipenv` installed already): ``` cd backend pipenv install pipenv shell flask run ```