https://github.com/tiagoantao/metis-web
Population genetics on the web
https://github.com/tiagoantao/metis-web
genetics genomics javascript population-genetics simulation teaching
Last synced: 6 months ago
JSON representation
Population genetics on the web
- Host: GitHub
- URL: https://github.com/tiagoantao/metis-web
- Owner: tiagoantao
- License: agpl-3.0
- Created: 2017-02-13T22:02:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:34:42.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T12:14:40.427Z (over 1 year ago)
- Topics: genetics, genomics, javascript, population-genetics, simulation, teaching
- Language: JavaScript
- Homepage:
- Size: 1.55 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# metis-web
To use metis just visit the [web site](https://metis.tiago.org).
## Building
Just do
```sh
npm install
npm run build
```## Development
Check the [development docs](development.md).