Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 265 Bytes

File metadata and controls

30 lines (22 loc) · 265 Bytes

ldo.js.org

Documentation for the LDO library.

Dev setup

Install Python

Run:

pip3 install mkdocs mkdocs-material mike

Serve server:

mkdocs serve

Deploying

Run:

mike deploy [version]

Then merge into main

Run:

mike serve