The goal of Masto Guide is to provide a great introduction into Mastodon.
The easy way requires Docker for Desktop on your device to work.
Simply running ./scripts/mkdocs.sh
will start the mkdocs
dev server on port 8000
. Once the container is running, you should be able to access the documentation via http://localhost:8000
in your browser.
Please follow the MkDocs install guide to get MkDocs installed along with Python.
Once MkDocs has been installed, install these additional plugins required for MastoGuide:
pip install \
"mkdocs-minify-plugin>=0.3" \
"mkdocs-redirects>=1.0" \
"pillow>=9.0" \
"cairosvg>=2.5" \
"mkdocs-material" \
"mkdocs-macros-plugin"
Masto Guide © 2022 by Christian Winther is licensed under Attribution-NonCommercial-ShareAlike 4.0 International