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

13 lines
425 B
Markdown
Raw Normal View History

2021-06-23 18:16:35 +02:00
# 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)
2021-05-14 13:21:05 +02:00
2021-07-09 23:36:29 +02:00
## How to get started:
`git clone https://github.com/fosscord/fosscord-docs && python3 -m pip install mkdocs-material mkdocs-section-index`
2021-05-14 13:25:13 +02:00
2021-07-09 23:36:05 +02:00
- development:
2021-05-14 13:26:02 +02:00
2021-07-09 23:36:05 +02:00
`python3 -m mkdocs serve`
2021-05-14 13:25:23 +02:00
2021-07-09 23:36:05 +02:00
- production:
2021-05-14 13:26:02 +02:00
2021-07-09 23:36:05 +02:00
`python3 -m mkdocs build`