Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 415 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 415 Bytes

Markdown to Java Swing Converter

full demo

Installation

  1. Install JDK (make sure its in your PATH).
  2. Install Maven (make sure its in your PATH).
  3. Run mvn compile exec:java to compile and start the GUI application.
  4. Run mvn compile test to test the parsers.