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: CONTRIBUTING.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,13 @@ Note: To test different recipes you need to update the value of `authRecipe` in
92
92
93
93
Note: You need to restart the test app after code changes in the library to see their effects.
94
94
95
+
### Linking supertokens-auth-react to a local demo
96
+
97
+
You need to run the commands in [this script](https://github.com/rishabhpoddar/multi-tenancy-mfa/blob/main/frontend/link.sh). The command is supposed to be run from the demo app folder which contains the `node_modules` in which you want to link the library. You will have to modify the script to:
98
+
99
+
- Change the `../../../supertokens-auth-react` everywhere to point to where the `supertokens-auth-react` folder exists.
100
+
- Change `cd ../users/multi-tenancy-mfa/frontend/` to navigate from supertokens-auth-react to the example app folder on your machine.
101
+
95
102
## Pull Request
96
103
97
104
1. Before submitting a pull request make sure all tests have passed
0 commit comments