mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:41:08 +08:00
Bumps [schedule](https://github.com/facebook/react) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/compare/v0.4.0...v0.5.0) Signed-off-by: dependabot[bot] <support@dependabot.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