This repo contains the documentation site for moonstar-x/discord-tts-bot.
To develop for this repo you must first create a Python virtual environment:
python3 -m venv ./venv
Then activate it, on unix
:
source ./venv/bin/activate
And finally install the dependencies:
pip install -r requirements.txt
You can then start a development server with:
mkdocs serve -a 0.0.0.0:8000
This documentation repo has been made by moonstar-x.