# clone the repo
git clone https://github.com/PrincetonResInDe/whenisgoodif yarn isn't installed, install it here
# install the NodeJS packages required
cd frontend
yarn
# install the python packages required
cd ..
pip install -r requrements.txt# export secrets
source secrets.txt
# build the frontend
cd frontend
yarn build
# serve the frontend
cd ..
python app.py
# whenever a change is made,
# Ctrl+C to abort running the frontend
python app.py # to run the frontend again