CODEX_ADK/FRONTEND/run_dev.sh
Svrnty 229a0698a3 Initial commit: CODEX_ADK monorepo
Multi-agent AI laboratory with ASP.NET Core 8.0 backend and Flutter frontend.
Implements CQRS architecture, OpenAPI contract-first API design.

BACKEND: Agent management, conversations, executions with PostgreSQL + Ollama
FRONTEND: Cross-platform UI with strict typing and Result-based error handling

Co-Authored-By: Jean-Philippe Brule <jp@svrnty.io>
2025-10-26 23:12:32 -04:00

10 lines
292 B
Bash
Executable File

#!/bin/bash
# Flutter development server launcher
# Always runs on http://localhost:54952/
echo "🚀 Starting Svrnty Console on http://localhost:54952/"
echo "Press 'r' for hot reload, 'R' for hot restart, 'q' to quit"
echo ""
flutter run -d chrome --web-port=54952 --web-hostname=0.0.0.0