Skip to content

My personal website built with Next.js, Tailwind and TypeScript.

Notifications You must be signed in to change notification settings

hanstanawi/hanstanawi.com

Repository files navigation

Logo

hanstanawi.com

The first iteration of hanstanawi.com built with Next.js, TypeScript, Tailwind CSS and hosted on Vercel


demo

🛠 Installation and Set Up

Make sure Node.js is installed.

  1. Install dependencies

    pnpm install

    Learn more about installing pnpm here

  2. Start the development server

    pnpm dev

🚀 Building and Running for Production

  1. Generate a full static production build

    pnpm build
  2. Preview the site

    pnpm start