1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-19 23:21:40 +02:00
docs/README.md
developomp d0537eb159 formatted documents with default prettier config
Makes contributing easier and makes the style more consistent.
2021-10-14 19:48:32 +09:00

659 B

Fosscord Docs

Build to GitHub Pages code style: prettier

How to get started:

  1. Clone the docs repository
git clone https://github.com/fosscord/fosscord-docs
  1. Install
python3 -m pip install mkdocs-material mkdocs-section-index
  1. Test locally
  • development:

    python3 -m mkdocs serve
    
  • production:

    python3 -m mkdocs build