Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 479 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 479 Bytes

forecasting

Repo for forecasting. Content will be up during the day on Sept 9th

Basic setup (More Details Coming Soon)

Backend

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

Frontend

fill in the .env.local file with the correct information and rename it to .env

# first time setup
npm i

# then
npm run dev