1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-23 02:32:57 +01:00
docs/README.md
2021-06-23 18:16:35 +02:00

16 lines
534 B
Markdown

# Fosscord Docs [![Build to GitHub Pages](https://github.com/fosscord/fosscord-docs/actions/workflows/build.yml/badge.svg)](https://github.com/fosscord/fosscord-docs/actions/workflows/build.yml)
The official docs for Fosscord.
## Install
Just put in a terminal the following command:
`git clone https://github.com/fosscord/fosscord-docs && python3 -m pip install mkdocs-material mkdocs-section-index`
## Launch
Dynamic build (for development):
`python3 -m mkdocs serve`
Standard build (for production):
`python3 -m mkdocs build`