Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taniawyss/bioinfo-for-kids
Explain bioinformatics to kids
https://github.com/taniawyss/bioinfo-for-kids
kids-coding kids-programming r
Last synced: 4 days ago
JSON representation
Explain bioinformatics to kids
- Host: GitHub
- URL: https://github.com/taniawyss/bioinfo-for-kids
- Owner: taniawyss
- License: other
- Created: 2024-09-30T16:46:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T12:43:52.000Z (about 2 months ago)
- Last Synced: 2024-11-07T13:45:27.664Z (about 1 month ago)
- Topics: kids-coding, kids-programming, r
- Homepage: https://taniawyss.github.io/bioinfo-for-kids/
- Size: 143 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course website template
This website is generated with [MkDocs](https://www.mkdocs.org/), with the theme [Material](https://squidfunk.github.io/mkdocs-material/).
To host it locally, install MkDocs:
```bash
pip install mkdocs
```and Material:
```bash
pip install mkdocs-material
```Fork this repository and clone it to your local computer. Then, make the repository your current directory and type:
```bash
mkdocs serve
```To host it locally.
Check it out with your browser at [http://localhost:8000/](http://localhost:8000/).
For an automatically generated github page, you can run:
```sh
mkdocs gh-deploy
```This will generate a webpage at:
https://yourname.github.io/reponame
Therefore, this website is available on: https://taniawyss.github.io/bioinfo-for-kids/