This is a T3 Stack project bootstrapped with create-t3-app.
We're using the following under the hood:
Our app auto-deploys on pushes to main. To see the latest version, go to goodbids-app.vercel.app.
To deploy to vercel, there's a couple of steps:
$ npm install -g vercel...you'll need to log in the first time.
$ vercel loginTo deploy to vercel & update the repo in one fell swoop:
$ npm run deployto update db types locally, first you need to install the supabase cli
npx install supabasenext, log in. this may require generating a personal secret key on the supabase site
npx supabase loginafter this, run the command below.
npm run update-typesat the end of this, you should see updates to the file src/utils/types/supabase.ts
We try to keep this project as simple as possible, so you can start with just the scaffolding we set up for you, and add additional things later when they become necessary.
If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our Discord and ask for help.
To learn more about the T3 Stack, take a look at the following resources:
- Documentation
- Learn the T3 Stack — Check out these awesome tutorials
You can check out the create-t3-app GitHub repository — your feedback and contributions are welcome!
Follow our deployment guides for Vercel, Netlify and Docker for more information.