Skip to content

hellcard/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You can call me hellсard and this website my blog.

It will tell more about my portfolio and pet projects, as well as about myself.

build setup (bash)

# 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