blog: graphviz.christine.website

This commit is contained in:
Cadey Ratio 2019-01-11 18:36:34 -08:00
parent cba841a213
commit 83002f722a
2 changed files with 19 additions and 2 deletions

View File

@ -1,8 +1,7 @@
FROM xena/go:1.11.1 AS build
#ENV GOPROXY https://cache.greedo.xeserv.us
ENV GOPROXY https://cache.greedo.xeserv.us
COPY . /site
WORKDIR /site
RUN apk --no-cache add git
RUN CGO_ENABLED=0 GOBIN=/root go install -v ./cmd/site
FROM xena/alpine

View File

@ -0,0 +1,18 @@
---
title: graphviz.christine.website
date: 2019-01-11
thanks: https://github.com/dreampuf/GraphvizOnline
---
# [graphviz.christine.website](https://graphviz.christine.website)
I have been using an [online copy of GraphViz](https://github.com/dreampuf/GraphvizOnline)
for a while to make my own diagrams online. I have forked this to [here](https://github.com/Xe/GraphvizOnline) and added basic [Progressive Web App](https://developers.google.com/web/progressive-web-apps/) support.
Here's an [example usage video](https://youtu.be/IUvbtK_nmtY).
Let me know how this works for you. Hit share->add to home screen in iOS safari to add this to your home screen as a pseudo-app.
If you ever wanted to know how to convert an existing index.html app to a progressive webapp, [here's how you do it](https://github.com/dreampuf/GraphvizOnline/compare/master...Xe:master).
Have fun.