Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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
```