Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 854 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 854 Bytes

Built with Material for MkDocs

libretech-web-docs

A documentation site for Libre Computer using MkDocs and published to GitHub Pages via Actions.

You can browse the site at: https://j1mbl3s.github.io/libretech-web-docs/

Development

Install dependencies

With python and pip installed, install dependencies from requirements.txt:

pip install -r requirements.txt

Run the development server

The built-in development server with hot-reloading allows you to view your changes as you make them.

mkdocs serve

Then view the site at: http://localhost:8000/libretech-web-docs