Go back to full Lecture Notes Cursor Course (Udemy)
In this video, we’ll go over task 2 in the generated tasks.
If you had any issues with setting up TaskMaster or if your tasks look slightly different, then just copy and paste the tasks that I have docs.
But by the end of this video, you should have the following setup
In this project, we don’t need to initialize Supabase since we already have the folder setup.
Try to run npx supabase start
without Docker running
*This takes time on your first run because the CLI needs to download the Docker images to your local machine. The CLI includes the entire Supabase toolset, and a few additional images that are useful for local development (like a local SMTP server and a database diff tool).*
CMD + K → Verify Supabase CLI is installed on our machine
/Generate Cursor Rules
ensure that Supabase commands always use npx
API_URL
and anon_key
in the app/.env.local so that we’re able to do two things:
What is the Supabase Anon Key?