0.1.0 • Published 3 years ago

svelte-supabase v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Adds Supabase to Svelte

❓ What is this?

This is an experimental command to run to add Supabase to your SvelteKit project.

🛠 Usage

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 svelte-add joshnuss/svelte-supabase

After the preset runs,

  • Install dependencies with npm install, yarn install or pnpm install
  • Add supabase key to your .env. You can find them by logging into supabase and going to the Settings / API page.

😵 Help! I have a question

Create an issue and I'll try to help.

😡 Fix! There is something that needs improvement

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.

📄 License

MIT