We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0abc28 commit fbc1c2aCopy full SHA for fbc1c2a
1 file changed
README.md
@@ -35,6 +35,15 @@ For client, grab assets first:
35
./gradlew downloadAssets
36
```
37
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
47
## Structure
48
49
0 commit comments