Make sure you prepare your machine before the workshop so you can join in straight away when the workshop starts.
-
Download and install the latest version of IntelliJ Community edition.
-
Start IntelliJ, choose
Check out from Version Controlon the Welcome screen or from the menu. -
Enter the following URL to clone the project:
https://github.com/WoodWing/internship-workshop.git -
Choose
Project Structure...from the menu, then add and select the JDK 11 using theNew...button. -
Now right-click on the
unitmodule and selectRun 'All Tests'to ensure that everything works.