File size: 144 Bytes
c290281
 
 
 
1508a30
1
2
3
4
5
#!/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