Skip to content

kyrolabs/forecasting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.7%
  • Python 25.5%
  • Other 1.8%