Update Setting up IntelliJ for the Companion App and the Game Manager to mention restful server authored by Spencer Hooper's avatar Spencer Hooper
......@@ -23,9 +23,13 @@ After that, you'll need to tell IntelliJ where to find Flutter and Dart:
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 game manager, open `freshmanrpgsuite/game_manager`.
For the companion app, open `freshmanrpgsuite/companion_app`.
For the companion app, open `freshmanrpgsuite/frpg_companion`.
In order for the game manager and companion app to function properly, we need to run the restful server first.
For the restful server, open `freshmanrpgsuite/FreshmanRPG`. To configure the restful server to run, refer [here](Setting up Intellij)
# Running the App
......
......