Skip to content

Edmond22-prog/edghi_portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My-portfolio

Instructions for launching my portfolio locally.

1. First you need to create a virtual environment and activate it.

    python3 -m venv venv
    
    source venv/bin/activate

2. Install all the requirements.

    pip install -r requirements.txt

3. Run the server.

    python manage.py runserver

4. Open the browser and go to the following address.

    http://localhost:8000

About

This is my portfolio website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published