My personal portfolio website built using React and three js
The personal portfolio site is designed to showcase a few projects and is built with Next.js, Three.js, and Framer Motion. It offers the option to view the live site or access a live version of the components storybook. The deployment is done using AWS for hosting and serverless functions, and the code is open source for learning and adaptation.
npm install
npm start
npm run storybook
npm run build
The personal portfolio site is a showcase of projects built with Next.js, Three.js, and Framer Motion. It allows users to view the live site or access the components storybook. Deployment is handled using AWS for hosting and serverless functions. The code is open source for learning and adaptation, with permissions specified for usage. Installation involves setting up Node.js, installing dependencies, running a local server, viewing the components storybook, and creating a production build.