Skip to main content

Running Storybook Locally

The project has storybook in additon to the website, suitable for internal testing, rather than end-users.

The deployed storybook can be run locally to test your changes and samples. In order to do so, you have to follow the steps below:

1. Install dependencies.​

In the root directory run:

yarn

2. Start the storybook locally​

In your terminal, run the following commands:

yarn start:storybook

This will build all the necessary assets and will start local server on your machine. To access the storybook, visit: http://localhost:6006/