hey, I want to contribute to supertokens-auth-reac...
# contributing
a
hey, I want to contribute to supertokens-auth-react. It is going to be my first contribution. Could anyone guide me how to set it up on local?
r
hey checkout the contirbuting guide in the repo 🙂
a
Error: Command failed: cd ../../../supertokens-root && cp temp/config.yaml ./config.yaml cp: temp/config.yaml: No such file or directory
i am getting above error
i have react and root both side by side
npm run init npm start
i ran both commands
r
you need to setup the supertokens core.
it should be mentioned in the contributing guide. Make sure you have followed all the steps
a
i did everything as per the docs.
still same error
r
have you setup supertokens-root correctly? Does it contain supertokens-core, supertokesn-plugin-interface project inside the supertokens-root project?
have you started
./startTestEnv --wait
in the supertokens-root project?
It's all mentioned in the docs. If not, then please go through it all properly - we don;'t have the bandwidth to help out otherwise.
a
okay
thank you. i might be missing something. let me try it again
r
yup
2 Views