A diagram tool for programmers powered by mermaid.
This is a diagram tool based on the mermaid library, and Electron cross platform desktop apps framework.
Download binaries from release page.
for Chinese:
export ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
export ELECTRON_CUSTOM_DIR="7.1.11"
npm --registry=https://registry.npm.taobao.org install
npm run build:darwin
for Others:
npm install
npm run build:darwin
after build success, the executable is put into build
directory.
Any contributions are welcome.