Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 697 Bytes

File metadata and controls

23 lines (12 loc) · 697 Bytes

GeRuMap

About

MindMap creation and editing tool. Developed as a part of the Software Design class.

Documentation

Specification: here

Implementation specification (class UML diagram): here

Dynamic diagram: here

Usage

After cloning the repo, run:

mvn clean compile assembly:single

The resulting .jar (named <resultingJar>) will be located in the target directory. After that, launch the app with:

java -jar <resultingJar>