Skip to content

ahnafnafee/ahnafnafee.dev

Repository files navigation

Hi πŸ‘‹, I'm Ahnaf An Nafee

A Passionate Software Engineer with UX skills and Passion for Game Development

  • πŸ”­ I’m currently working on Player 2
  • 🌱 I’m currently learning AI/ML
  • πŸ‘¨β€πŸ’» All of my projects are available here
  • πŸ“« How to reach me ahnafnafee@gmail.com
  • πŸ“„ Know about my experiences Resume

Website Website

✨ Technology Stack

  • React
  • Next.js
  • Tailwind CSS
  • Markdown
  • Framer Motion
  • Giscus
  • Umami
  • Next.js Plugins:
    • next-pwa
    • next-themes
    • next-seo
    • next-mdx-remote

⚑ Development

Clone the repository

git clone https://github.com/ahnafnafee/ahnafnafee.dev.git

Create a .env.development.local file the in root directory. Check out .env.example for the format.

NEXT_PUBLIC_TWITTER_USERNAME=@ahnaf_nafee
NEXT_PUBLIC_SITE_NAME="Ahnaf An Nafee"
NEXT_PUBLIC_SITE_URL="https://localhost:3000"

Install the following packages

npm install -g rimraf env-cmd cross-env

Install dependencies

yarn

Start the development server

yarn dev

Build for production

yarn build

πŸ“„ License