A tool to automate "the process", a system for organising collaboration.
- make sure index.html is the auto version, not the cdn version
- make sure the version of the firebase SDKs matches the flutterfire docs
flutter build web --no-sound-null-safety
firebase deploy --only hosting
View at: https://the-process-tool.web.app
remotedev
firebase emulators:start
- Run a
tsc
build task to watch for file changes - Open a browser to http://localhost:8000
- Open a browser to http://localhost:4000
- Run launch config:
the_rdt_process
flutter drive --driver=test/driver/integration_test.dart --target=test/sections/3-create-a-section/integration_tests/create_a_section_test.dart -d
flutter drive --driver=test/driver/integration_test.dart --target=test/sections/3-create-a-section/integration_tests/create_a_section_test.dart -d web-server