Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 647 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 647 Bytes

Documentation site for moonstar-x/discord-tts-bot

This repo contains the documentation site for moonstar-x/discord-tts-bot.

Development

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

Author

This documentation repo has been made by moonstar-x.