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

https://github.com/maayanlab/react-supervenn

An interactive React implementation of supervenn
https://github.com/maayanlab/react-supervenn

Last synced: about 1 month ago
JSON representation

An interactive React implementation of supervenn

Awesome Lists containing this project

README

        

# react-supervenn

An interactive React implementation of [supervenn](https://github.com/gecko984/supervenn).

This uses the output of supervenn's algorithms.

## Install

### Python
```
pip install --user --upgrade 'git+https://github.com/maayanlab/react-supervenn'
```
#### Usage
See [demo.ipynb](https://nbviewer.jupyter.org/github/MaayanLab/react-supervenn/blob/main/demo.ipynb) for more info.

### Javascript
```
npm install --save maayanlab/react-supervenn
```

#### Development
```bash
npm start
```

#### Deployment
```bash
npm run build
```