-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
As part of bringing people on board to help build this repo, a guide in the README.md explaining how to build the app and get it running locally will be required. From what I've been able to dig up so far, the following items will need to be clarified.
- Clarification of how the app interacts with Supabase and how Supabase should be configured to populate data, allow auth, etc.
- Supabase might also have a way to extract an sql query that devs can run on their own instance to match the LBT schema.
- Connecting and running pg_dump with the
--schema-onlyflag should also be enough - Also need to address seed data if required.
- Quick explanation of how to set up a local
.envfile to pass Supabase credentials into the app - Building and running the app locally
- Address whether support should be included for alternate package managers or stick with strictly NPM
- Make sure no global dependencies are expected on a dev's system - Typescript, Vite, etc.
- Address code quality expectations - formatting, linting, etc. (Can address most through config)
- Should a check command be added to local scripts in
package.json?
- Should a check command be added to local scripts in
Also please comment with any items I'm missing and I'll add them to the list.
waseem-medhat
Metadata
Metadata
Assignees
Labels
No labels