Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.1 KB

Melio's Design-System Home Assignment

Welcome to your home assignment repository template 😄👍🏼.
This repo scaffolds a React + Storybook + Typescript project for you so you could focus on your assignment rather than everything around it.

How to Start

Fork the repository to have your own copy of it, and start working 😁

How to Run

Install the dependencies

npm i

Run the Storybook

npm run storybook

Now a browser tab should open with the local Storybook.
In case it doesn't - head over to http://localhost:6006

Creating Storybook Stories

If this is the first time you're using Storybook, don't worry - here are some advices:

  • Read about stories
  • Take a look at our demo story in ExampleComponent.stories.tsx
  • Read more about writing stories

Our purpose with using Storybook is to be able to create an interactive component catalog for the design-system.
Keep that in mind when working on the stories.