Changes
Page history
Update Setting up IntelliJ for the Companion App and the Game Manager to mention restful server
authored
Jan 31, 2024
by
Spencer Hooper
Show whitespace changes
Inline
Side-by-side
Setting-up-IntelliJ-for-the-Companion-App-and-the-Game-Manager.md
View page @
d15a6b2d
...
...
@@ -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
`freshmanrpg
suite
/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
...
...
...
...