Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattthecuber/markdown-to-swing
https://github.com/mattthecuber/markdown-to-swing
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattthecuber/markdown-to-swing
- Owner: MattTheCuber
- License: other
- Created: 2024-06-09T01:29:45.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-29T01:24:37.000Z (6 months ago)
- Last Synced: 2024-11-08T00:33:29.468Z (2 months ago)
- Language: Java
- Size: 538 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown to Java Swing Converter
![full demo](out/Full%20Demo%20-%20Part%201.png)
## Installation
1. Install [JDK](https://www.oracle.com/java/technologies/downloads/) (make sure its in your `PATH`).
2. Install [Maven](https://maven.apache.org/download.cgi) (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.