Welcome to my professional portfolio! This project showcases my work, skills, and experience as a developer. Built with modern web technologies, it's designed to be fast, responsive, and visually engaging.
- Framework: Next.js
- Styling: Tailwind CSS & SASS
- Animations: GSAP & Framer Motion
- Language: TypeScript
- Deployment: GitHub Pages
Make sure you have Node.js installed on your machine.
- Clone the repository:
git clone https://github.com/yuvi76/portfolio.git
- Navigate to the project directory:
cd portfolio - Install dependencies:
npm install
Run the development server:
npm run devOpen http://localhost:3000 in your browser to see the result.
This project is configured for easy deployment to GitHub Pages.
-
Build and Export:
npm run build
This generates a static
outdirectory. -
Deploy:
npm run deploy
Note: Ensure you have
gh-pagesinstalled and your GitHub repository set up as an origin.
For detailed deployment steps, refer to deployment.md.
This project is licensed under the MIT License.