mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
Add a metro config file to ignore undesired packages from the metro bundle. Also avoid hoisting react-native.
10 lines
327 B
Markdown
10 lines
327 B
Markdown
# CRNA Kitchen Sink
|
|
|
|
This project was bootstrapped wit [Expo](https://github.com/expo/expo-cli) and storybook using [storybook CLI](https://www.npmjs.com/package/@storybook/cli).
|
|
|
|
## Getting started
|
|
|
|
1. Install dependencies: `yarn install` at the root
|
|
2. Run the storybook server: `yarn storybook`
|
|
3. Run the app: `yarn start`
|