ahnafnafee.dev

📃 Portfolio of Ahnaf An Nafee, built with Next.js and Tailwind CSS

MIT License

Stars
3

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