Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.16 KB

File metadata and controls

61 lines (47 loc) · 1.16 KB

🚀 Web AI Quick Start

Quick Launch Options

Option 1: Direct Script (Recommended)

cd ~/Desktop/Fedral
./web_ai.sh

Option 2: Create Terminal Alias

Add this to your ~/.zshrc file:

alias webai="~/Desktop/Fedral/web_ai.sh"

Then reload your terminal:

source ~/.zshrc

Now you can just type:

webai

Option 3: Create a Desktop Shortcut

  1. Open Automator (Applications → Automator)
  2. Create new Application
  3. Add "Run Shell Script" action
  4. Paste: /Users/ankit/Desktop/Fedral/web_ai.sh
  5. Save as "Web AI" on Desktop
  6. Double-click the icon to launch!

What It Does

The web_ai.sh script:

  • ✅ Checks if frontend/backend are running
  • 🚀 Starts them if needed
  • 🌐 Opens FEDRAL.AI in your browser
  • 📊 Shows you all the URLs

URLs

Stopping Services

To stop all services:

pkill -f "npm run dev"
pkill -f "uvicorn"
pkill -f "streamlit"

Enjoy your FEDRAL.AI platform! 🎉