UMLMirror is a class diagram creation tool, that aims to bridge the gap between drawing-based diagram tools, such as draw.io and textual tools, such as PlantUML, resulting in system where both can be used interchangeably.
The only prerequisite to run this project is to have Docker installed.
docker pull ghcr.io/backwards-future-industries/umlmirror:latest
docker run -dp 3000:3000 ghcr.io/backwards-future-industries/umlmirror:latest
In the search bar at the top of your browser write, localhost:3000 and hit the Enter-key on your keyboard.
After getting the project running in your browser on localhost:3000, a guide for how to use the tool can be found on the index page.