An open API service indexing awesome lists of open source software.

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.

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!

`