The page/
directory is the main Django application powering your portfolio site.
- Built with Django 4+
- Clean portfolio UI with template-based rendering
- Fully containerized with Docker and Docker Compose
- Easily extensible for blog, contact forms, or CMS
- Simple deployment and local development
- Docker & Docker Compose installed
cd page
# Build and run the application
docker-compose up --build