The site is built with Dart utilizing the Dart Web Platform with core web libraries like dart:html.
We utilize Jaspr to provide a more Flutter centric feel to web development. Check out the docs for more info.
Install the webdev tool
dart pub global activate webdev
webdev serve --auto refresh
Install the Dart Debug Extension and run:
webdev serve --debug-extension
or you use devtools Debugging Web Info
webdev build
firebase deploy