1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-12 13:22:33 +01:00
docs/README.md
2021-07-09 23:36:37 +02:00

13 lines
425 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)
## How to get started:
`git clone https://github.com/fosscord/fosscord-docs && python3 -m pip install mkdocs-material mkdocs-section-index`
- development:
`python3 -m mkdocs serve`
- production:
`python3 -m mkdocs build`