Hackatum 2025 T-Systems Challenge
- Deploy the infrastructure from t-systems using the docker compose
- Install the Rust toolchain
- Run the backend from the project root using
cargo run - Install yarn, vite, tailwindcss and then run just
yarnto install all deps - Run the frontend from src/dashboard using
yarn dev