#!/bin/bash set -e # Exit the script if any statement returns a non-true return value echo "Starting AI Toolkit UI..." cd ui && npm run start