Initial commit with overall code#1
Conversation
| 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) |
There was a problem hiding this comment.
@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?
There was a problem hiding this comment.
I agree it is kinda redundant, and including it will streamline the setup a bit.
|
I think we should standardize the package manager references in our project. Currently, we're using |
I agree, let's go with npm. |
…om schema, and adjust Vite worker format
…ory URL refactor(app): clean up authentication status rendering in App component style(app): remove unnecessary margin from grid layout in App.css
Initial implementation of the template
This PR introduces the initial project files and setup for how to use this template repository.