My design portfolio to showcase my projects. Built with Next.js. View the live site.
Make sure you have nodejs 18.0.0 or higher and npm 8.6.0 or higher installed. Install dependencies with:
npm iOnce it's done start up a local server with:
npm run devTo view the components storybook:
npm run storybookTo create a production build:
npm run build