Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 475 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 475 Bytes

BBG-Wiki

Website with info of all the tools and data used in the bbglab.

You can browse it at https://bbglab.github.io/bbgwiki

Installation

pip install -r requirements.txt

Requirements

mkdocs >= 1.2.2
mkdocs-material >= 7.1.11
mkdocs-static-i18n >= 0.18

Commands

Running at localhost (to try stuff before updating the main web)

mkdocs serve

Update web:

git add <edited file or directory>
git commit -m "Message"
git push