An open API service indexing awesome lists of open source software.

https://github.com/dennwc/mindgraph

Mind mapping with graphs
https://github.com/dennwc/mindgraph

golang graphs mindmap

Last synced: about 2 months ago
JSON representation

Mind mapping with graphs

Awesome Lists containing this project

README

        

# MindGraph

Mind mapping with graphs.

## Installation

Compiling the app requires at least Go 1.11 beta1 (`snap install --beta --classic go`)
for WebAssembly support.

```bash
go get -u github.com/dennwc/dom
go install github.com/dennwc/dom/cmd/wasm-server

go get -u github.com/dennwc/mindgraph
cd $GOPATH/src/github.com/dennwc/mindgraph
wasm-server
```

The server should be running on http://localhost:8080.