Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrianbzg/bluegenes-depmap-screens-visualization
https://github.com/adrianbzg/bluegenes-depmap-screens-visualization
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adrianbzg/bluegenes-depmap-screens-visualization
- Owner: AdrianBZG
- License: mit
- Created: 2020-09-22T15:15:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T11:20:46.000Z (about 4 years ago)
- Last Synced: 2024-11-05T20:13:31.390Z (about 2 months ago)
- Language: JavaScript
- Size: 6.51 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlueGenes DepMap Screens Visualizer
Fill this...
## Licence
MIT
##### First - Install the dependencies (locally):
```bash
npm install
```##### Second - Developing:
To serve your code at [localhost:3456](http://localhost:3456) and rebuild it every time it changes, run:```bash
npm run dev
```