1. Commit your code, switch to the main git branch and merge supabase:
1 2 3 4 git add . git commit –m "Time to ship" git checkout main git merge supabase
2. Use your favorite hosting provider (Vercel for me) to create a new project based on the GitHub repo. You can deploy your app anywhere NextJS is supported: Vercel, Netlify, Render, etc.
3. Set the right .env file on your deployement as the .env.local is not committed.
4. Using Google Oauth? Follow the production checklist (scroll down on the page)
5. Using Stripe? Follow the production checklist (scroll down on the page)
Congrats on making it that far, legend!
--Rei Koleci
rkoleci14@gmail.com
Twitter: @reikoleci