Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 803 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 803 Bytes

Hylé developer hub

This repository contains the source of the Hylé Developer Hub.

You can participate by filing issues or submitting pull requests.

Installation

To run, you need Material for MkDocs.

Follow their installation guide, then install the page plugin:

pip3 install mkdocs-awesome-pages-plugin

And if you run into any issue, install the Material theme for MkDocs:

pip install mkdocs-material

Also install:

pip install mkdocs-video

Dev mode

This will watch and serve the docs at http://localhost:8000:

make serve

Build & Deployment

make build
make deploy # You need github write access