1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-19 23:21:40 +02:00
docs/README.md
2021-05-14 14:59:32 +02:00

16 lines
322 B
Markdown

# Fosscord Docs
The official docs for Fosscord.
## Install
Just put in a terminal the following command:
`git clone https://github.com/fosscord/fosscord-docs && pip install material-mkdocs mkdocs-section-index`
## Launch
Dynamic build (for development):
`mkdocs serve`
Standard build (for production):
`mkdocs build`