I am logged in on the supabase cli and can see my project "testdb" hosted on supabase with
supabase projects list
supabase projects list
Now, I want to clone my project hosted on supabase, so I can do local development and then be able to push changes from there, instead of loading supabases servers while testing/developing. What are the exact commands to clone the project and then getting it to run using the cli?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.