Members: Alyssa Wu, Annie Huang, Sebastien Chow, Dashiell Rich
- Clone the repo
- Install the required python packages with
pip install -r requirements.txt. - Install the required npm packages with
npm install. - Run the backend and frontend with
flask run --host=$HOST --port=$PORT. - Go to the host and port that you entered as arguments and you're done!