Write-Host "Starting GoFaster Frontend with Hot Reload..." -ForegroundColor Green Write-Host "" Write-Host "Hot reload enabled - code changes will automatically rebuild and reload" -ForegroundColor Yellow Write-Host "Press Ctrl+C to stop" -ForegroundColor Yellow Write-Host "" npm run dev