Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 507 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 507 Bytes

Portfolio Website

Site preview

A personal portfolio to showcase a few projects. Check out a live version of the component design system.

Install & run

Make sure you have nodejs and yarn installed. Install dependencies with:

yarn

Once it's done start up a local server with:

yarn start

To view the components and style guide:

yarn storybook

To run tests:

yarn test