This is my personal portfolio project, built to showcase my work ranging from professional engagements to academic achievements and hobbyist endeavors. The project is developed with Svelte and is a reflection of my skills and experiences.
The purpose of this portfolio is to provide a comprehensive display of my professional, academic, and hobbyist projects. It serves as a central hub for all my noteworthy work and achievements, demonstrating my capabilities and interests.
This project was bootstrapped with create-svelte, ensuring a quick and efficient setup process.
Before running the project, make sure you have Node.js installed on your system. You can download it from Node.js official website.
To install the necessary dependencies, run the following command:
npm installTo start the development server and begin working on the project, run the following command:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy, push the new build to prod branch:
git push origin prodAs this is a personal portfolio project, contributions are not actively sought. However, suggestions and feedback are always welcome.