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:
|
2021-06-23 18:15:42 +02:00
|
|
|
`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`
|