Sharing Convex Project
If my teammate wants to share her convex project with me so when we have solo dev environments (like when I run it in the terminal, the local host for me should appear with the web app) we can both access it, how should we go about that?
3 Replies
As of now, I am unable to see her edits and the web page is empty.
Hi @viv yes both of you can access. Check out this previous support thread https://discord.com/channels/1019350475847499849/1141788525746982972 and our docs on added members to your team https://docs.convex.dev/dashboard/teams
Teams | Convex Developer Hub
In Convex, your projects are organized by team. Teams are used to share access
hey @viv, if you really want to you can copy your team-mates CONVEX_DEPLOYMENT environment variable from the .env.local file.
We do recommend for each team member to have their own dev deployment, otherwise you will overwrite each others' changes.