| # Build Dashboard v2 Frontend | |
| [Design Doc](https://flutter.dev/go/build-dashboard-v2) | |
| ## Running for web locally | |
| `flutter run -d chrome --web-port=8080` | |
| Must run on port 8080 for Google Sign In to work since that is the only enabled port for localhost. |