My design portfolio to showcase a few projects. Built with Next.js, Three.js, and Framer Motion. View the live site or check out a live version of the components storybook.
Make sure you have nodejs 18.0.0
or higher and npm 8.6.0
or higher installed. Install dependencies with:
npm install
Once it's done start up a local server with
npm run dev
To view the components storybook:
npm run storybook
To create a production build:
npm run build