version0chiro / x-ama

https://ask-me-anything-x.vercel.app
4 stars 5 forks source link

fix: Supabase setup prob #5

Closed dakshsinghrathore closed 3 months ago

dakshsinghrathore commented 3 months ago

image

image

While setting up Supabase locally according to the project's README, I found that it's necessary to delete the default config.toml file that comes with the fork. After successfully installing Supabase, you should run supabase start instead. This worked for me.

sudo supabase start

Once this command is executed, it creates a new config.toml file with the desired output shown below. ⬇️

image

image

Shall we pass the config.toml to .gitignore to fix this issue?

version0chiro commented 3 months ago

Good call out, if it is not impacting the system can do

dakshsinghrathore commented 3 months ago

@version0chiro How about I update setup guidelines for contributors and also pass the config.toml to .gitignore in a single PR ?

version0chiro commented 3 months ago

Works for me