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
Copy file name to clipboardexpand all lines: README.md
+20-1
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,23 @@
8
8
9
9
To view the documentation for this package, visit [https://rhf-mui-components.netlify.app/](https://rhf-mui-components.netlify.app/).
10
10
11
-
To explore and interact with the form components, visit the[https://rhf-mui-components-examples.netlify.app/](https://rhf-mui-components-examples.netlify.app/).
11
+
To explore and interact with the form components, visit the [https://rhf-mui-components-examples.netlify.app/](https://rhf-mui-components-examples.netlify.app/).
12
+
13
+
## Setup
14
+
Run the setup script.
15
+
16
+
```bash
17
+
sh setup.sh
18
+
```
19
+
20
+
This will perform the following tasks:
21
+
22
+
- Install `node_modules` in workspace root
23
+
- Build the `@nish1896/rhf-mui-components` package.
24
+
- Link this package to `@nish1896/rhf-mui-components-examples` repo to test new and existing components
25
+
26
+
To apply any changes made to the package, rebuild it by running the command below:
View examples for all the components included in [@nish1896/rhf-mui-components](https://www.npmjs.com/package/@nish1896/rhf-mui-components) on [https://rhf-mui-components-examples.netlify.app/](https://rhf-mui-components-examples.netlify.app/).
3
+
**The repo to play around with this package when in development 🛠️.**
4
+
5
+
View examples for all the components included in [@nish1896/rhf-mui-components](https://www.npmjs.com/package/@nish1896/rhf-mui-components) on [https://rhf-mui-components-examples.netlify.app/](https://rhf-mui-components-examples.netlify.app/).
6
+
7
+
To browse the documentation, visit [https://rhf-mui-components.netlify.app](https://rhf-mui-components.netlify.app).
0 commit comments