This is an experimental command to run to add Supabase to your SvelteKit project.
You must start with a fresh copy of the official SvelteKit template, which is currently created by running this command:
npm init svelte@next
Once that is set up, run this command in your project directory to set up Supabase:
npx apply supabase-community/svelte-supabase
After the preset runs,
- Install dependencies with
npm install
,yarn install
orpnpm install
- Add supabase key to your
.env
. You can find them by logging into supabase and going to the Settings / API page.
Create an issue and I'll try to help.
Create an issue or pull request and I'll try to fix.
These are new tools, so there are likely to be problems in this project. Thank you for bringing them to my attention or fixing them for me.
MIT