Skip to content

Commit fbc1c2a

Browse files
add note
1 parent e0abc28 commit fbc1c2a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ For client, grab assets first:
3535
./gradlew downloadAssets
3636
```
3737

38+
## IntelliJ IDEA
39+
40+
Run `runClient`/`runServer` once before opening.
41+
42+
Hot reload requires JetBrains Runtime in Project Structure, IDEA must run under it too:
43+
```bash
44+
export IDEA_JDK="/usr/lib/jvm/java-21-jetbrains"
45+
```
46+
3847
## Structure
3948

4049
```

0 commit comments

Comments
 (0)