Readme setup instructions#6
Merged
Merged
Conversation
Initial implementation of the template
remove unnecessary .degitignore
fixed minimum node version requirement for vite 7
|
|
||
| #### Option 1: Using PowerSync [CLI](https://docs.powersync.com/usage/tools/cli) | ||
| <details> | ||
| <summary><strong>Option 1: Using PowerSync CLI</strong></summary> |
Contributor
There was a problem hiding this comment.
I think lets swap the option order here to match the one above (dashboard then cli)
Comment on lines
+209
to
+213
| **VITE_SUPABASE_URL & VITE_SUPABASE_ANON_KEY:** | ||
| 1. Go to your <a href="https://app.supabase.com" target="_blank" rel="noopener noreferrer">Supabase Dashboard</a> | ||
| 2. Select your project | ||
| 3. For the URL: Navigate to Project Settings → Data API and copy the "Project URL" for `VITE_SUPABASE_URL` | ||
| 4. For the key: Navigate to Project Settings → API Keys and copy the "anon public" key for `VITE_SUPABASE_ANON_KEY` |
Contributor
There was a problem hiding this comment.
We could provide a single link for ease of use
… the order of setting up PowerSync through the dashboard and cli. Also added quick access links for Supabase settings
joshua-journey-apps
approved these changes
Jul 16, 2025
joshua-journey-apps
approved these changes
Jul 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore: update README for improved link formatting and clarity in setup instructions