This portfolio project is a modern web application built with Vue 3 and Vite, showcasing a dynamic and responsive design. It integrates the latest frontend technologies and is tailored to demonstrate my development skills and projects.
- Vue 3 (v3.2.37): The progressive JavaScript framework for building user interfaces.
- Vite (v3.1.0): A fast frontend build tool with a rich feature set.
- Tailwind CSS (v3.1.8): A utility-first CSS framework for rapid UI development.
- GSAP (v3.11.1): Professional-grade animation library for modern web applications.
To get the project up and running on your local machine, follow these steps:
- Ensure you have Node.js installed on your system.
- Clone the repository to your local machine.
- Navigate to the project directory in your terminal.
- Run the following command to install the required dependencies:
npm install
- To start the development server, run:
npm run dev
- Access the application at http://localhost:5173.
- Commitizen: Configured for conventional commit messages.