mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:51:09 +08:00
Hope this resolves https://circleci.com/workflow-run/b9b539a7-f27b-4b7e-bac2-5deb33f0695f
CRNA Kitchen Sink
This project was bootstrapped wit Expo and storybook using storybook CLI.
Getting started
- Install dependencies:
yarn install
at the root - Run the storybook server:
yarn storybook
- Run the app:
yarn start