1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 19:32:30 +01:00
docs/README.md
2021-07-09 23:36:37 +02:00

425 B

Fosscord Docs Build to GitHub Pages

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