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
yarn
to install all deps - Run the frontend from src/dashboard using
yarn dev