A personal portfolio to showcase a few projects. Check out a live version of the component design system.
Make sure you have nodejs and yarn installed. Install dependencies with:
yarnOnce it's done start up a local server with:
yarn startTo view the components and style guide:
yarn storybookTo run tests:
yarn test