#!/usr/bin/env bash set -e cd "$(dirname "$0")" echo "▶ Building frontend..." cd frontend npm install --silent npm run build cd .. echo "▶ Starting Go server on http://localhost:8080" go run .