From 2976558aa52255d1340e6afe454ffec59e432d1e Mon Sep 17 00:00:00 2001 From: Melvin Date: Mon, 28 Apr 2025 12:50:42 +0100 Subject: [PATCH 1/2] Add Supabase to the list of repositories with a description and link --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 3d2720d..f075bf5 100644 --- a/data.json +++ b/data.json @@ -2208,6 +2208,15 @@ "TypeScript" ], "description": "A modern, feature-rich ebook reader designed for avid readers offering seamless cross-platform access, powerful tools, and an intuitive interface." + }, + { + "name": "supabase", + "link": "https://github.com/supabase/supabase", + "label": "good first issue", + "technologies": [ + "TypeScript" + ], + "description": "The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications." } ] } From 5f686cfea58509c2d9fe6011ad66cd5d6929f2dd Mon Sep 17 00:00:00 2001 From: Melvin Date: Tue, 29 Apr 2025 10:22:18 +0100 Subject: [PATCH 2/2] format array for technologies --- data.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data.json b/data.json index f075bf5..becfa56 100644 --- a/data.json +++ b/data.json @@ -2213,9 +2213,7 @@ "name": "supabase", "link": "https://github.com/supabase/supabase", "label": "good first issue", - "technologies": [ - "TypeScript" - ], + "technologies": ["TypeScript"], "description": "The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications." } ]