A modern, soft-minimal editorial portfolio built with Next.js, Tailwind CSS, and Framer Motion.
This portfolio is configured for automatic deployment to GitHub Pages using GitHub Actions.
First, install the dependencies:
npm install
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
src/app: Page routes and global styles.src/components: Reusable UI components.public: Static assets (images, icons, resume)..github/workflows/deploy.yml: Deployment configuration.Always building. Always learning.