This is the code for my personal portfolio website, built with Next.js and Tailwind CSS.
- About me section with bio and skills
- Projects section with featured projects
- Contact section with social links
- Responsive design
- Next.js
- React
- TypeScript
- Tailwind CSS
- Clone the repo:
git clone https://github.com//portfolio.git
- Install dependencies:
pnpm install
- Run the dev server:
pnpm dev
- Build for production:
pnpm build
- Launch the prod server:
pnpm start
The main content sections are found in /lib
and can be edited to customize the content.
The main SCSS files are found in /styles
and can be edited to customize the styling.
The site is deployed on Netlify and configured to automatically deploy from the main
branch.
- Next.js
- React
- TypeScript
- Tailwind CSS
This project is open source and available under the MIT License.