We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5141bb commit 3d36255Copy full SHA for 3d36255
1 file changed
README.md
@@ -23,3 +23,24 @@ Uses [Changesets](https://github.com/changesets/changesets/blob/main/README.md)
23
- Michael Arnaldi, Max Brown and the Effect-TS contributors for Effect
24
- ZIO Contributors for the excellent ZIO
25
- 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