You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkout our [Storybook Documentation](https://lambda-curry.github.io/forms/?path=/docs/0-1-hello-world-start-here--docs) to see the components in action and get started.
4
4
5
+
A form library for React applications.
6
+
5
7
6
8
## Getting Started
7
9
8
-
Step 1: Install the dependencies
10
+
Step 1: Install dependencies
11
+
9
12
```bash
10
13
yarn install
11
14
```
12
15
13
-
Note: You may need to enable corepack for yarn v4 by running `corepack enable` before installing the dependencies.
14
-
15
-
16
16
Step 2: Start Storybook
17
+
17
18
```bash
18
19
yarn storybook
19
20
```
20
21
22
+
## Development
23
+
24
+
### PR Previews
25
+
26
+
When you create a pull request, a preview of the Storybook documentation will be automatically deployed. You can find the link to the preview in the PR comments. This allows you to review changes to the documentation and components before merging.
0 commit comments