excalidraw / mermaid-to-excalidraw

Generate Excalidraw diagrams from Mermaid
https://mermaid-to-excalidraw.vercel.app
MIT License
265 stars 46 forks source link

feat: container image #27

Open rgarrigue opened 1 year ago

rgarrigue commented 1 year ago

Solve #26

To try out localy

docker build -t local/mermaid-to-excalidraw  .
docker run -d -p 8080:80 --name mte local/mermaid-to-excalidraw:latest
# Head to http://localhost:8080
docker rm -f mte

I c/c the source code of the playground, tried to adapt and it doesn't work. So the index.html needs fixing, though I don't know how

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
mermaid-to-excalidraw ✅ Ready (Inspect) Visit Preview Sep 19, 2023 8:27am