Welcome to the Mosaico Documentation!
This repository contains the documentation for the Mosaico ecosystem, available at mosaico.murkrowdev.org/docs.
Mosaico allows users and developers to create, share, and display custom widgets on an LED matrix. More infos about the project can be found on the Mosaico Website.
- Python
- Pip
git clone --depth 1 https://github.com/mosaico-matrix/mosaico-docs
cd mosaico-docs
# Create venv and install dependencies
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# Build the docs
mkdocs build
We welcome contributions! Feel free to open an issue or submit a pull request.
This software is licensed under the AGPL-3.0 License. A copy of the license can be found in the LICENSE file.
Feel free to reach out if you have any questions or need further assistance!