Personal portfolio Install & run Make sure you have nodejs and npm installed. Install dependencies with: npm install Once it's done start up a local server with: npm start To view the components storybook: npm run storybook To create a production build: npm run build