https://github.com/simonit/binarymaple
https://github.com/simonit/binarymaple
binary-tree hacktoberfest
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonit/binarymaple
- Owner: SimonIT
- Created: 2019-08-29T06:38:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T22:55:02.000Z (almost 2 years ago)
- Last Synced: 2024-06-29T00:15:15.180Z (almost 2 years ago)
- Topics: binary-tree, hacktoberfest
- Language: Java
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# binaryMaple
[](https://github.com/SimonIT/binaryMaple/actions/workflows/build.yml)
A project by [@codingWhale13](https://github.com/codingWhale13) and [@SimonIT](https://github.com/SimonIT)
## How to start
### Download
Go to the [Actions tab](https://github.com/SimonIT/binaryMaple/actions?query=workflow%3A%22Build+binaryMaple%22), click on the latest build and download the _snapshot.jar_ zip. In it, you will find two .jar files. Open the file with the suffix _-fat_ via double-click or via terminal `java -jar binaryMaple-1.0-SNAPSHOT-fat.jar`.
### CMD
The following maven command can be used: `mvn clean javafx:run -f pom.xml` or with debugging: `mvn clean compile exec:java -f pom.xml`
### If you use Intellij
The provided run configuration can be used or follow these steps:
1. Open the **Run/Debug Configuration** dialog
2. Click the **Add New Configuration** button
3. Select **Maven**
4. Enter `clean javafx:run -f pom.xml` into the **Command Line** field
5. [Optional] Give it a nice name