Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 504 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 504 Bytes

Lime Bootstrap

For usage docs, please visit lime-bootstrap.com

Docs

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