Skip to content

Commit 3d36255

Browse files
Chore: ReadMe edit How to open omegaform storybook (#265)
* added how to open omegaform on readme * updated readme
1 parent d5141bb commit 3d36255

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,24 @@ Uses [Changesets](https://github.com/changesets/changesets/blob/main/README.md)
2323
- Michael Arnaldi, Max Brown and the Effect-TS contributors for Effect
2424
- ZIO Contributors for the excellent ZIO
2525
- Anyone else we're forgetting..
26+
27+
## How to view OmegaForm docs
28+
29+
On Mac:
30+
31+
1. `Shift + Command + P`
32+
2. Select `Run Task`
33+
3. Select `Run Storybook OmegaForm`
34+
4. Will automatically open browser to http://localhost:6006/ Enjoy!
35+
36+
On Windows:
37+
38+
1. Select "Run Task"
39+
``` bash
40+
cd packages/vue-components
41+
```
42+
2. run storybook
43+
```bash
44+
pnpm storybook
45+
```
46+
3. Will automatically open browser to http://localhost:6006/ Enjoy!

0 commit comments

Comments
 (0)