Skip to content

Initial commit with overall code#1

Merged
dean-journeyapps merged 19 commits into
mainfrom
init
Jul 14, 2025
Merged

Initial commit with overall code#1
dean-journeyapps merged 19 commits into
mainfrom
init

Conversation

@michaelbarnes
Copy link
Copy Markdown
Contributor

This PR introduces the initial project files and setup for how to use this template repository.

Comment thread README.md Outdated
mkdir my-project
cd my-project
```
2. Install Supabase cli `npm install supabase --save-dev` [1](https://supabase.com/docs/guides/local-development/cli/getting-started)
Copy link
Copy Markdown
Contributor Author

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 install and then npx supabase login after setting up the project on the Supabase dashboard?

Copy link
Copy Markdown
Contributor

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.

@joshua-journey-apps
Copy link
Copy Markdown
Contributor

I think we should standardize the package manager references in our project. Currently, we're using pnpm as our package manager, but all the commands in the README still reference npm. I think we should either update all commands in read me to pnpm or use npm in the project?

@michaelbarnes
Copy link
Copy Markdown
Contributor Author

I think we should standardize the package manager references in our project. Currently, we're using pnpm as our package manager, but all the commands in the README still reference npm. I think we should either update all commands in read me to pnpm or use npm in the project?

I agree, let's go with npm.

@dean-journeyapps dean-journeyapps merged commit 9f5bec0 into main Jul 14, 2025
1 check passed
@dean-journeyapps dean-journeyapps deleted the init branch July 14, 2025 14:55
dean-journeyapps added a commit that referenced this pull request Jul 16, 2025
Initial implementation of the template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants