Skip to content

kellyfinnerty/personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal-website

This is the code for my personal website. The website has my contact info, resume, and projects I've worked on. In order to run the code, you must create a virtual environment and install the necessary packages.

To create a virtual environment

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

To run the code

python manage.py runserver

Now you can check out the website on a local host (http://127.0.0.1:8000/) !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published