Repo for forecasting. Content will be up during the day on Sept 9th
fill in the .env.local file with the correct information and rename it to .env
# first time setup
pip3 install -r requirements.txt
# run the backend
python3 -m modal serve api.py
fill in the .env.local file with the correct information and rename it to .env
# first time setup
npm i
# then
npm run dev