Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 478 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 478 Bytes

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