Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medialab/minivan
Web interface for network analysis.
https://github.com/medialab/minivan
Last synced: about 2 months ago
JSON representation
Web interface for network analysis.
- Host: GitHub
- URL: https://github.com/medialab/minivan
- Owner: medialab
- License: mit
- Created: 2018-03-14T16:42:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T13:59:57.000Z (about 2 years ago)
- Last Synced: 2024-11-04T01:32:48.874Z (3 months ago)
- Language: JavaScript
- Homepage: https://medialab.github.io/minivan
- Size: 6.17 MB
- Stars: 20
- Watchers: 11
- Forks: 6
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - medialab/minivan - Web interface for network analysis. (others)
README
# MiniVAN
Web interface for network analysis
## Installation
To install minivan, just install the npm dependencies (it will subsequently build the needed files).
```
npm install
```## Deploying
To deploy on gh-pages, just run:
```
npm run deploy
```