You need Docker to install supabase locally.
npm install supabase --save-dev
npx supabase init
npx supabase startRun sample-db.sql query in supabase studio > SQL editor.
Don't forget to enable Realtime in Table Editor > Tasks > Realtime on.
bun install
You'll need the anon key and supabase API url.
bun run dev
- react-router-dom
- react-icons
- react-hook-form
- @tanstack/react-query
- react-toastify
- tailwind