https://github.com/bitflower/plantuml-viewer
https://github.com/bitflower/plantuml-viewer
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitflower/plantuml-viewer
- Owner: bitflower
- Created: 2025-03-27T22:25:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T22:26:13.000Z (about 1 year ago)
- Last Synced: 2025-05-29T18:38:10.698Z (about 1 year ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PlantUML Viewer
Uses a docker container to render PlantUML files from a HTML page.

Run:
```bash
docker-compose down
docker-compose pull
docker-compose up -d
```
and:
```bash
npm start
```
Then open `http://localhost:3000` in your browser and start editing the plantuml content.
Also don't forget to click the "CLICK ME" container.