Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 618 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 618 Bytes

Figma and Storybook

This project demonstrates how to add the storybook-addon-designs addon to Storybook to embed Figma files directly into the Storybook UI.

Note: Replace the .env.sample file with a .env file, and set the STORYBOOK_FIGMA_ACCESS_TOKEN environment variable to an access token generated from your Figma account.

Running Storybook

To run Storybook, execute the following command:

$ npm run storybook