Skip to content

Commit 7b8096f

Browse files
committed
modifies contributing guide
1 parent 0cad636 commit 7b8096f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ Note: To test different recipes you need to update the value of `authRecipe` in
9292
9393
Note: You need to restart the test app after code changes in the library to see their effects.
9494
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+
95102
## Pull Request
96103
97104
1. Before submitting a pull request make sure all tests have passed

0 commit comments

Comments
 (0)