(you need to have python 3.8 or higher)
to download code in current directory write "git clone https://github.com/xrenvtomate/aboutme" in terminal
"pip install -r requirements.txt" to install all dependencies for python interpreter (now there is only django)
bootstrap includes via cdn so you dont need to use npm
"python manage.py runserver [port]" to run app at http://127.0.0.1:[port]/ . Defaultly port is 8000
templates (html files) store in ./templates/ directory
static files (css, js, images, etc) store in ./static/ directory