convex
convex copied to clipboard
The git clone command in the documentation can be simplified
git clone https://github.com/Convex-Dev/convex.git
cd convex
git checkout develop
git pull
this should be the same:
git clone https://github.com/Convex-Dev/convex.git --branch develop
Looks sensible, which repo / module is that?