Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 469 Bytes

File metadata and controls

17 lines (12 loc) · 469 Bytes

orbital-java-example

A basic application using Orbital, written in Java

Usage

To use this template, you can click the "Use this template" button on the repo, and get it on your account. Next, you can clone that repository onto your local computer, and change into it, using the following commands:

git clone https://github.com/<username>/orbital-java-example
cd orbital-java-example

To run the app, you can use this command:

gradlew run