Skip to content

Commit 7f299a5

Browse files
authored
Update getting-started.md for project setup instructions
Clarify project structure and module verification steps in IntelliJ.
1 parent 634b2c5 commit 7f299a5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

chess/0-chess-moves/getting-started.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ The contents of the folder already contain IntelliJ configuration files and crea
2121
2222
![build with Maven](build-with-maven-prompt.png)
2323

24-
Your project should look like this when it opens with the client, server, and shared folders having a blue square and being at the root level. There should be no folder called chess showing up in your Intellij project, only the items inside of the chess folder should be visible.
24+
Your project should look like this when it opens with the client, server, and shared folders having a blue square and being at the root level.
2525

2626
![open intellij](open-intellij.png)
2727

28+
There should normally be no folder called chess showing up in your Intellij project, only the items inside of the chess folder should be visible. If you do see a chess folder, check that there are not two different folders named chess. You can confirm that the modules are set up correctly by going to File > Project Structure > Modules, then verifying only client, server, and shared are modules. Feel free to talk with the TAs for help.
29+
30+
![verify modules](verify-modules.png)
31+
2832
## Turn off AI
2933

3034
> [!WARNING]

0 commit comments

Comments
 (0)