This is my personal portfolio project built with Next.js and bootstrapped with create-next-app
.
It uses several frameworks and libraries including GSAP, Three.js, Fullpage.js, TailwindCSS, and Typescript.
Most recent production build:
Most recent development build:
First, install the necessary dependencies:
npm i
Secondly, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.