It will tell more about my portfolio and pet projects, as well as about myself.
# copy repository
git clone https://github.com/hellcard/blog.git
# installing dependencies
cd blog
python3 -m venv .venv
source .venv/bin/activate
pip install django~=4.1
# server startup
python manage.py runserver