Skip to content

Prabinshrestha737/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal-portfolio

A Django based personal portfolio website.

Requirements (that shall be installed in your system)

  1. Git
  2. virtualenv
  3. Python

Run On Your Machine?

  1. Firstly, clone the repository using the git shell
    $ git clone https://github.com/vaibhav0103/personal-portfolio.git
  2. Goto the base directory of the project
    cd portfolio
  3. Create a virtual environment and activate it.
    $ virtualenv venv
    $ venv\Scripts\activate on Windows or $ source venv/bin/activate on Posix system
  4. Install the requirements for the project
    $ pip install -r requirements.txt
  5. Now start the localhost server
    $ python manage.py runserver

Live Example

Portfolio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published