Personal website built with Next.js, TypeScript, Tailwind CSS, and GSAP. Hosted with Vercel.
-
Install Bun.sh and ensure you have Node.js version 16 or higher.
powershell -c "irm bun.sh/install.ps1|iex"
-
Install dependencies
bun install
-
Start the development server
bun dev
-
Build for production
bun run build
-
Start the production server
bun start