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

16 lines
322 B
Markdown
Raw Normal View History

2021-05-14 13:25:13 +02:00
# Fosscord Docs
2021-05-14 14:59:32 +02:00
The official docs for Fosscord.
2021-05-14 13:21:05 +02:00
2021-05-14 13:25:13 +02:00
## Install
Just put in a terminal the following command:
2021-05-14 14:57:48 +02:00
`git clone https://github.com/fosscord/fosscord-docs && pip install material-mkdocs mkdocs-section-index`
2021-05-14 13:25:13 +02:00
## Launch
Dynamic build (for development):
2021-05-14 13:26:02 +02:00
2021-05-14 13:25:13 +02:00
`mkdocs serve`
2021-05-14 13:25:23 +02:00
2021-05-14 13:26:02 +02:00
Standard build (for production):
2021-05-14 13:25:13 +02:00
`mkdocs build`