Master thesis
Running React Frontend with Vite:
cd frontend
npm install
npm run dev
Using Python Scripts with dependencies:
cd klimarisk # Navigate to project root
python -m venv .venv
.venv\Scripts\activate # On Windows
source .venv/bin/activate # On Unix or MacOS
pip install -r scripts/requirements.txt
python scripts/prepare_data.py