I need help getting started with local development...
# help
i
I need help getting started with local development for studio. more info in the discussion https://github.com/supabase/supabase/discussions/4698
s
Is supabase (including all its containers) running locally on your machine?
i
not really sure by what you mean including all its containers, but I would assume that you are talking about docker. I don't have any docker containers running, just localhost.
f
did you follow the "Running within a self-hosted environment" guide in the studio readme? https://github.com/supabase/supabase/tree/master/studio#running-within-a-self-hosted-environment
i
ok thank you that fixed my problem
n
Hello, I'm new to supabase, i have installed
studio
and with
npm run dev
it opens the next.js dev server but in order to make it fully function I followed the guide above, with that
docker-compose -f docker-compose.yml -f ./dev/docker-compose.dev.yml up
does run the apps locally but if I update anything in studio app, it's doesn't reflect on docker logs when i restart it. Can anyone please help me to understand what's the actual flow/process to develop supabase locally.?