git clone https://github.com/<username>/<repo_name>.git
cd <repo_name>
python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
.env
file using env template file and fill itcp .env.template .env
python manage.py migrate
python manage.py runserver
python manage.py runbot