Get Started with Supabase
We are going to see how to setup and make a very simple with Supabase.
Start a new project. we are going to use one of the most popular framework Nextjs
yarn create next-app --ts
once install we install supabase js library
yarn add @supabase/supabas...
make.hashnode.dev3 min read