-
Notifications
You must be signed in to change notification settings - Fork 1
Initial commit with overall code #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
4253789
Initial commit with overall code
michaelbarnes 5d4357d
Updated the name of the package in package.json
michaelbarnes cf93e11
Updated README.md
michaelbarnes 2bdb7f8
add cli supabase setup
joshua-journey-apps 73d6c35
add supabase dependency
joshua-journey-apps 8358a27
chore: add .degitignore, dependabot.yml, and CI workflow
dean-journeyapps f4b777b
feat: add PowerSync icon and reference in index.html
dean-journeyapps 3480915
chore: update README with degit instructions, remove IF NOT EXISTS fr…
dean-journeyapps 3fb59fb
feat(auth): strengthen authentication checks in App.tsx and SupabaseC…
dean-journeyapps 9cd6e68
chore(ci): switch CI workflow from pnpm to npm
dean-journeyapps c62eb72
chore(ci): update CI workflow to use pnpm for package management
dean-journeyapps 7ab0604
chore(ci): Switch CI workflow to npm from pnpm and add package-lock.json
dean-journeyapps 1184920
refactor(auth): simplify user ID fetching logic and remove unnecessar…
dean-journeyapps 1c5f291
README: update template repository link in README and clarify degit u…
dean-journeyapps bdd97c1
feat(app): add helpful links section and updated styles
dean-journeyapps 83f06b1
feat(app): restructure layout with top grid and add logo card
dean-journeyapps 96025b1
fix(docs): update degit and clone commands to use the correct reposit…
dean-journeyapps 0739efe
feat(README): added bolt.new section to getting started
dean-journeyapps f5fa115
fix(README): correct formatting and update options in Getting Started…
dean-journeyapps File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joshua-journey-apps Would we rather then include this as a dev dependency in the template package.json as opposed to installing it after the fact? That way the user can just run
npm installand thennpx supabase loginafter setting up the project on the Supabase dashboard?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree it is kinda redundant, and including it will streamline the setup a bit.