The codebase has the
./tooland./.vscodefolders to store be able to debug.
tooldeploy.sh: Deploys MFL. Of course, I can only do this;format_and_fix.sh: Formats and fixes all code in lib;generate_code.sh: Runs dart run build_runner build to generate automatically generated code;initialize.sh: Install dependencies and run build_runner to be able to launch the Storybook;.vscode/tasks.jsonEvery tool listed above is a task within this file.
.vscode/launch.jsonStores the launch configuration to open the storybook.