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
- Host: GitHub
- URL: https://github.com/maayanlab/react-supervenn
- Owner: MaayanLab
- Created: 2021-09-29T20:35:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T20:22:38.000Z (about 1 year ago)
- Last Synced: 2025-01-22T03:15:04.500Z (3 months ago)
- Language: TypeScript
- Homepage: https://maayanlab.github.io/react-supervenn/
- Size: 7.98 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```