Where retro meets futuristic — an immersive passage into vaporwave aesthetics.
This project, designed as a hybrid portfolio and experimental canvas, blends vintage aesthetics with modern web practices to craft a digital narrative that conveys my unique story.
Navigate through an immersive environment and connect with my broader online presence through integrated social channels that offer deeper insights into my professional and creative journey.
Each element is designed to highlight my technical and artistic capabilities and represents my ongoing exploration of how nostalgia and innovation can coexist in cyber realms.
Curious visitors may explore the website and uncover playful easter eggs hidden throughout the experience, rewarding those who venture beyond the obvious.
Follow these steps to get the project running locally:
-
Clone the repository:
gh repo clone LRNZ09/lrnz09.github.io cd lrnz09.github.io
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
This will launch the site locally with hot-reloading enabled.
The project is organized as follows:
my-portfolio/
├── public/ # Static assets (images, fonts, etc.)
├── src/
│ ├── components/ # Reusable components
│ ├── app.tsx # Main application
│ └── index.tsx # Project entrypoint
├── vite.config.ts # Vite configuration
├── package.json # Project dependencies and scripts
└── README.md # This file
The project is deployed using GitHub Actions, which automatically build and publish the static site using GitHub Pages. The workflow file is located at .github/workflows/static.yml
.
Every push to the main
branch will trigger the deployment process.
For more details, refer to the Vite documentation.
Distributed under the MIT License. See LICENSE for more information.