In IntelliJ, open up the project by going to `File > Open`, and selecting the project directory.
For the game manager, open `freshmanrpg/game_manager`.
For the companion app, open `freshmanrpgsuite/companion_app`.
# Setting up Flutter
You'll need to install the Flutter SDK from [this page](https://docs.flutter.dev/get-started/install/windows/desktop?tab=download#download). Scroll down to the section labeled "Install Flutter SDK," and click the "Download and install" tab next to "Use VS Code to install", and click the download button. This will download a zip file. Place the file somewhere where you'll want to keep it for a while.
...
...
@@ -28,6 +19,15 @@ After that, you'll need to tell IntelliJ where to find Flutter and Dart:
* Check each of the boxes under "Enable Dart support for the following modules:"
# Opening the Project
In IntelliJ, open up the project by going to `File > Open`, and selecting the project directory.
For the game manager, open `freshmanrpg/game_manager`.
For the companion app, open `freshmanrpgsuite/companion_app`.
# Running the App
On the top right, you should see a dropdown menu with options like "main.dart". Next to it is another dropdown menu with devices you can select to run the app on. It's best to run the app on your phone, but if you don't need to scan QR codes, you can test it in a web browser too.