mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-27 15:28:11 +00:00
14 lines
243 B
Markdown
14 lines
243 B
Markdown
# Welcome
|
|
|
|
Welcome to the MeshCore documentation.
|
|
|
|
## Building and viewing Docs
|
|
|
|
```
|
|
pip install mkdocs
|
|
pip install mkdocs-material
|
|
```
|
|
|
|
* `mkdocs serve` - Start the live-reloading docs server.
|
|
* `mkdocs build` - Build the documentation site.
|