Personal portfolio website showcasing projects, creative work, and CV.
Simply open index.html in your web browser:
# macOS
open index.html
# Linux
xdg-open index.html
# Windows
start index.htmlOr double-click index.html in your file explorer.
# Python 3
python -m http.server 8000
# Then open http://localhost:8000 in your browser# Install serve globally
npm install -g serve
# Run the server
serve .
# Then open the URL shown in your terminal- Install the "Live Server" extension in VS Code
- Right-click on
index.html - Select "Open with Live Server"
portfolio/
index.html - Homepage
projects.html - Project showcase
blog.html - Blog posts
content.html - Creative work (videos, graphics, etc.)
cv.html - Full curriculum vitae
styles.css - Stylesheet