Setup
- Create a project in Supabase
info
Make sure to save the DB password somewhere safe. you'll need it in the future
- Install supabase cli and link the created project (below installation is for Mac)
brew install supabase/tap/supabase
supabase link
info
Make sure you are in your project directory before you run supabase link
- Run the below commands to initialize the database and deploy edge functions
supabase db push
supabase functions deploy --import-map supabase/functions/deno.json
- (OPTIONAL) Setup Supabase local development