Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
# Build

This document describes how to build the application.

# Requirements

Download and install the following software packages:

* [OpenJDK 14](https://openjdk.java.net)
* [Gradle 6.4](https://gradle.org/releases)

# Compile

Build the application as follows:

    gradle clean jar

The application is built.

# Run

After the application is compiled, run it as follows:

    java -jar build/libs/scrivenvar.jar

On Windows:

    java -jar build\libs\scrivenvar.jar