https://github.com/harilvfs/web
🖥️ Terminal-Based Personal Portfolio Website
https://github.com/harilvfs/web
personal-website portfolio website
Last synced: over 1 year ago
JSON representation
🖥️ Terminal-Based Personal Portfolio Website
- Host: GitHub
- URL: https://github.com/harilvfs/web
- Owner: harilvfs
- License: mit
- Created: 2024-10-01T08:46:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T17:24:08.000Z (over 1 year ago)
- Last Synced: 2025-03-09T17:26:19.603Z (over 1 year ago)
- Topics: personal-website, portfolio, website
- Language: CSS
- Homepage: http://chalisehari.com.np/
- Size: 83.5 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🌐 chalisehari.com.np
➥ Live Here

🛠️ 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:**
```bash
git clone https://github.com/harilvfs/web.git
```
- **Navigate to the project directory:**
```bash
cd web/
```
- **Install Python3 (if not already installed):**
- **Arch Linux:**
```bash
sudo pacman -S python
```
- **Debian/Ubuntu:**
```bash
sudo apt update
sudo apt install python3
```
- **Fedora/CentOS:**
```bash
sudo dnf install python3
```
- **OpenSUSE:**
```bash
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