mirror of https://github.com/ollama/ollama
app/docs: remove out of date storybook instructions (#13006)
This commit is contained in:
parent
91ec3ddbeb
commit
e10a3533a5
|
|
@ -48,16 +48,6 @@ The `-dev` flag enables:
|
|||
- CORS headers for cross-origin requests
|
||||
- Hot-reload support for UI development
|
||||
|
||||
#### Run Storybook
|
||||
|
||||
Inside the `ui/app` directory, run:
|
||||
|
||||
```bash
|
||||
npm run storybook
|
||||
```
|
||||
|
||||
For now we're writing stories as siblings of the component they're testing. So for example, `src/components/Message.stories.tsx` is the story for `src/components/Message.tsx`.
|
||||
|
||||
## Build
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue