Please refer to instructions on .env.example file.
Make sure you have Flutter installed and configured. Check if there are any problems by running:
flutter doctorMake sure you run the following command to generate the files needed for the app to run:
flutter pub run build_runner build --delete-conflicting-outputsThen, if VS Code has Flutter extension installed, you can run
flutter runTo run tests, run the following command
flutter testTo run individual test, run the following command
flutter test test/<path_to_test_file>