This is a project to quickstart your development with supabase combined with the svelte framework. For the full tutorial of this demo go to supabase documentation
- got to supabse and create a project
- Go to your project
settings > API
and copy both the:- URL
- API public key
- Paste these credentials in the .env file of this project
run:
npm install
npm run dev
and it should work
create an issue here.