azubi-toolbox Requirements NodeJS >= 20.9.0 Bun >= 1.0.0 Docker >= 20.10.0 Installation via proto Install proto and run: proto install bun 1.0 proto install node 20.9 Development Install dependencies: bun install Start the dev server: bun dev Testing Install playwright dependencies: bunx playwright install --with-deps Run tests: bun run test