https://github.com/srackham/rimu-kotlin-example
Minimal example Rimu Markup application.
https://github.com/srackham/rimu-kotlin-example
Last synced: 10 months ago
JSON representation
Minimal example Rimu Markup application.
- Host: GitHub
- URL: https://github.com/srackham/rimu-kotlin-example
- Owner: srackham
- License: mit
- Created: 2022-06-22T02:37:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T09:30:00.000Z (almost 4 years ago)
- Last Synced: 2025-04-28T00:14:42.942Z (about 1 year ago)
- Language: Kotlin
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rimu Kotlin Example Application
A minimal application using the [Rimu Kotlin library](https://github.com/srackham/rimu-kt).
## Install, Build, Test and Run
Prerequisites: The Java SDK and the Kotlin compiler (or just open the project in [IntelliJ IDEA](https://www.jetbrains.com/idea/)).
1. Install the project from Github:
git clone https://github.com/srackham/rimu-kotlin-example.git
2. Build and test:
cd rimu-kotlin-example
./gradlew test
3. Build the executable:
./gradlew installDist
4. Run the app:
./build/install/rimu-kotlin-example/bin/rimu-kotlin-example
It should print: `
Hello Rimu!
`