https://github.com/miho/jgrounds
The JGround App for teaching Java & Groovy
https://github.com/miho/jgrounds
Last synced: 9 months ago
JSON representation
The JGround App for teaching Java & Groovy
- Host: GitHub
- URL: https://github.com/miho/jgrounds
- Owner: miho
- License: other
- Created: 2019-09-16T19:57:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T09:08:17.000Z (over 5 years ago)
- Last Synced: 2025-02-15T21:20:09.406Z (11 months ago)
- Language: Java
- Size: 2.4 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The JGrounds App

## How to run the JGrounds App
### Requirements
- Java >= 11
- Internet connection (dependencies are downloaded automatically)
- IDE: [Gradle](http://www.gradle.org/) Plugin (not necessary for command line usage)
### IDE
Open the `JGrounds` [Gradle](http://www.gradle.org/) project in your favorite IDE (tested with IntelliJ 2019) and build it
by calling the `run` task.
### Command Line
Navigate to the [Gradle](http://www.gradle.org/) project (e.g., `path/to/JGrounds`) and enter the following command
#### Bash (Linux/OS X/Cygwin/other Unix-like shell)
bash gradlew run
#### Windows (CMD)
gradlew run