From b66769fca7bfd13fce96d2b007f48ad29888fb95 Mon Sep 17 00:00:00 2001 From: joshua-journey-apps Date: Wed, 16 Jul 2025 16:27:29 +0200 Subject: [PATCH 1/2] remove h1 headings --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f62285..0e91057 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,6 @@ npm install npm run dev ``` -# Setup Backend - ## 1. Setup Supabase Follow these steps to set up your backend with Supabase and PowerSync (Or you can follow the [guide](https://docs.powersync.com/integration-guides/supabase-+-powersync)). @@ -101,9 +99,7 @@ If you prefer using the Supabase CLI, you can set up your project as follows: -# Setup PowerSync - -## 2. Create PowerSync Instance and Connect to Supabase +## 2. Setup PowerSync Instance and Connect to Supabase You can set up your PowerSync instance using either the Dashboard or CLI approach: From 70bdc5b327c5cb18d4f55209c7ba00fc688f5f31 Mon Sep 17 00:00:00 2001 From: joshua-journey-apps Date: Wed, 16 Jul 2025 16:30:53 +0200 Subject: [PATCH 2/2] add an explicit break and summary for backend setup --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0e91057..180bd99 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,11 @@ npm install npm run dev ``` +--- + +# Backend Setup +This section guides you through setting up the backend using Supabase and PowerSync. Follow the steps below to configure your backend environment. + ## 1. Setup Supabase Follow these steps to set up your backend with Supabase and PowerSync (Or you can follow the [guide](https://docs.powersync.com/integration-guides/supabase-+-powersync)).