objectDisorientedProgrammer / Quasar2

An organization and memory aid program.
MIT License
1 stars 0 forks source link

The Quasar Project v2

This is the replacement for the original Quasar. The goal of this version is to be cross platform and more user friendly.

Dependencies

Building

This project uses Gradle as a build system.

To build:

gradle build

To clean:

gradle clean

To build and run the application:

gradle run

Author: Doug Chidester (aka objectDisorientedProgrammer)