Skip to content
/ web Public

🖥️ Terminal-Based Personal Portfolio Website

License

Notifications You must be signed in to change notification settings

harilvfs/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 chalisehari.com.np ➥ Live Here

Website

🛠️ Tech Stack

  • Frontend: HTML5, CSS3, JavaScript

📚 Setup Instructions (Python3)

Prerequisites:

  • Ensure you have Git installed on your system. You can install it using the package manager.

Installation:

  • Clone the repository:
git clone https://github.com/harilvfs/web.git
  • Navigate to the project directory:
cd web/
  • Install Python3 (if not already installed):

    • Arch Linux:

      sudo pacman -S python
    • Debian/Ubuntu:

      sudo apt update
      sudo apt install python3
    • Fedora/CentOS:

      sudo dnf install python3
    • OpenSUSE:

      sudo zypper install python3
  • Run the development server:

    python3 -m http.server 8000
    
  • Open http://localhost:8000 in your browser (or the port specified by the development server) to view the site.


✨ Contribution

Feel free to fork this project, create a new branch, and submit a pull request with your enhancements. All kinds of contributions are welcome!


Copyright © 2023-present Hari Chalise