Files
CrewAI-Visualizer/start_linux_mac.sh

10 lines
148 B
Bash

#!/bin/bash
# Open browser
echo "Opening browser..."
open http://localhost:3000
# Run the project
echo "Starting development server..."
npm start