Skip to content

A personal web portfolio for my front-end development freelance career.

Notifications You must be signed in to change notification settings

karldamus/karldamus.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karldamus.com

My personal portfolio website. The purpose of which is to gain freelancing gigs and direct traffic to my services and personal blog. Site written in python using the django framework.

Launching Dev Environment with Terminal

cd karldamus.com
python -m venv virt
source virt/bin/activate
cd project
python manage.py runserver