- Supabase
- PostgreSQL
- Deno
- TypeScript
- Install the Supabase CLI.
- Install the Deno Client.
- Login to the Supabase CLI using the command: supabase login. Docs.
- Setup env variables using the .env.local template.
Run functions locally:
deno task local
The functions will automatically update when you make any changes.
deno task deploy