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.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at http://localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |
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/deploy.yml
.
Every push to the main
branch will trigger the deployment process.
For more details, refer to the Astro documentation.
Distributed under the MIT License. See LICENSE for more information.