The first iteration of hanstanawi.com built with Next.js, TypeScript, Tailwind CSS and hosted on Vercel
Make sure Node.js is installed.
-
Install dependencies
pnpm install
Learn more about installing pnpm here
-
Start the development server
pnpm dev
-
Generate a full static production build
pnpm build
-
Preview the site
pnpm start