Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 409 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 409 Bytes

Sequence Diagram POC

Proof of Concept Sequence Diagram Generator

generate

Install https://github.com/mna/pigeon and then:

go generate ./...

This is only necessary if the PEG grammar changes.

build

env GOOS=js GOARCH=wasm go build -v -o dist/main.wasm .

local web server

(cd dist && goexec 'http.ListenAndServe(":8080", http.FileServer(http.Dir(".")))')