A simple and performant portfolio website built with Next.js and Tailwind CSS. Designed to be fast, SEO-friendly, and easy to customize. Perfect for showcasing your skills, experience, and projects as a developer.
- π Built with Next.js for performance and SEO
- π¨ Styled using Tailwind CSS
- π Fully responsive and mobile-friendly
- π SEO optimized with proper meta tags
- π Easy to maintain and customize
To get started with development, follow these steps:
# Clone the repository
git clone https://github.com/fjrfathurrahman/Portfolio-v1.git
# Navigate to the project directory
cd your-repo-name
# Install dependencies
npm install
# or
yarn install
# or
pnpm install
# or
bun install
# Start the development server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev