Before starting, make sure you have:
- Java installed (
Java 21
recommended) - (Optional) Gradle installed globally (
gradle -v
to check)
- Clone the project
git clone https://github.com/CoCoSol007/hyper.git cd hyper
- Grant execution permission to the Gradle wrapper (Linux/Mac)
chmod +x gradlew
- On Linux/Mac:
./gradlew run
- On Windows:
gradlew.bat run
You can use the command:
gradle run
- Build the project:
./gradlew build
- Clean generated files:
./gradlew clean
- Run tests:
./gradlew test