Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.21 KB
Logo

wanfahdiva.com

Personal website built with Next.js, TypeScript, Tailwind CSS, and GSAP. Hosted with Vercel.

Vercel Status

demo

- Installation & Set Up

  1. Install Bun.sh and ensure you have Node.js version 16 or higher.

    powershell -c "irm bun.sh/install.ps1|iex"
  2. Install dependencies

    bun install
  3. Start the development server

     bun dev
  4. Build for production

     bun run build
  5. Start the production server

     bun start