Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 642 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 642 Bytes

Documentation Overiview

Repository Folder Structure

  • docs/ - Documentation (you are here!)

Local Development Installation

Make sure you have the following dependencies installed on your system:

Then run:

git clone https://github.com/CGBassPlayer/seedtuber.git
cd seedtuber

# Run with docker compose
docker compose -f docker-compose.dev.yml up
docker-compose -f docker-compose.dev.yml up # Old syntax

# OR run locally
python3 main.py