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
- Host: GitHub
- URL: https://github.com/dennwc/mindgraph
- Owner: dennwc
- License: gpl-3.0
- Created: 2018-07-10T09:10:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T07:45:36.000Z (almost 7 years ago)
- Last Synced: 2025-04-11T05:05:51.196Z (about 2 months ago)
- Topics: golang, graphs, mindmap
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-servergo get -u github.com/dennwc/mindgraph
cd $GOPATH/src/github.com/dennwc/mindgraph
wasm-server
```The server should be running on http://localhost:8080.