Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Figma file: https://www.figma.com/file/IGr2xoqcZX91CU7CDr4ZsI
https://www.figma.com/developers/api
You can clone our Git repository:
$ git clone git@github.com:klaufel/pattern-library-skeleton.git
Install dependencies
$ npm install
And then, launch storybook
$ npm run storybook
Modify config with your figma API key and figma id
$ figma.config.json
Generate design tokens as variables
$ npm run tokens
$ npm run tokens:api
Generate tokens data base (only figma)
$ npm run tokens:build
Generate all plattforms tokens vars with a figma data base
😊 Enjoy!