mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:31:07 +08:00
Bump react-test-renderer from 16.10.1 to 16.10.2 Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
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