Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 715 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 715 Bytes

Piker's portfolio website

Personal portfolio website showcasing my development journey and projects.

🚀 Features

  • Responsive design
  • Dynamic content loading
  • Animated UI elements
  • Project showcase
  • Contact form

🛠 Tech Stack

  • Django
  • HTML5/CSS3
  • JavaScript

📦 Installation

# Clone repository
git clone https://github.com/piker98988/pikerDevDomain-django.git

# Create virtual environment
python -m venv .venv
source .venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Run migrations
python manage.py migrate

# Start server
python manage.py runserver

📫 Contact