Control Your Crowd - Setting up

Prerequisites

  1. JDK 11 or above
  2. IntelliJ IDEA IDE

Setting up the project on your device

  1. Fork the github repo at the following link
  2. Clone the fork onto your device
  3. Open the project
  4. Set up the correct JDK version for Gradle
    • Click File > Project Structure

    img.png

    • Click Edit

img.png

macOS/Linux: Open the console and run the command ./gradlew processResources

  1. If the task returns BUILD SUCCESSFUL, the set up has been successful

Configuring the coding style

The project follows the following java coding standards.

  1. Go to File>Settings... (Windows/Linux), or IntelliJ IDEA>Preferences... (macOS)
  2. Select Editor > Code Style > Java
  3. Click on the Imports tab
    • For Class count to use import with '*' and Names count to use static import '*': Set to 999 to prevent auto contracting of import statements to * s

      Getting started with coding

      Once you are done with the setup, you can return to the Developer Guide to understand the overall design.