For usage docs, please visit lime-bootstrap.com
The docs are built with Mkdocs with the material theme. Mkdocs requires Python and we are using 3.6 to build
Install into a venv or not
$ pip install -r docs/requirement.txt
Serving the docs locally with npm run docs
Publishing docs to Github-pages (requires push access to repo) npm run publish-docs