A simple yet modern portfolio application template.
- Next.js 15
- TypeScript
- Tailwind CSS
- Shadcn/ui
- Framer Motion
- Node.js (v20+)
- npm (v9+) or Yarn
- Git
https://github.com/ahmadgirach/ahmadgirach.com.git
cd [ahmadgirach.com]
npm install
# or
pnpm install
# or
yarn install
npm run dev
# or
pnpm dev
# or
yarn dev
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit changes (
git commit -m 'Add some AmazingFeature'
) - Push to branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
If you like this project, consider giving it a star. 🌟