https://github.com/bactopia/bactopia.github.io
Bactopia Documentation
https://github.com/bactopia/bactopia.github.io
Last synced: 2 months ago
JSON representation
Bactopia Documentation
- Host: GitHub
- URL: https://github.com/bactopia/bactopia.github.io
- Owner: bactopia
- License: mit
- Created: 2019-10-25T11:17:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T02:42:24.000Z (over 1 year ago)
- Last Synced: 2026-02-28T15:51:30.176Z (4 months ago)
- Language: Jinja
- Homepage: https://bactopia.github.io
- Size: 68.5 MB
- Stars: 3
- Watchers: 1
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bactopia.github.io
Bactopia Documentation
## Local Install
```{bash}
# Create a MkDocs environment
mamba create -n bactopia-docs -c conda-forge -c bioconda mkdocs pip setuptools
conda activate bactopia-docs
# Install mkdocs-material
pip install mkdocs-material
# Or, insiders edition
pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
# Clone the repo
git clone git@github.com:bactopia/bactopia.github.io.git
cd bactopia.github.io
# Serve the docs
mkdocs serve -a 0.0.0.0:8000
```