christmas-list Svelte Themes

Christmas List

A Svelte and Supabase Christmas list web app

create-svelte

Scafolding the DB

First make sure you are logged in:

npx supabase login

Then update the types

npm run update-types

References

Pull database schema

This requires docker.

npx supabase link --project-ref <project-ref>
npx supabase pull

Supabase only allows 2 login attempts before they block an IP for 30 minutes. To unblock immediately run:

npx supabase network-bans get --project-ref <project-ref> --experimental
npx supabase network-bans remove --db-unban-ip <ip-address> --project-ref <project-ref> --experimental

Development builds

npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Top categories

svelte logo

Need a Svelte website built?

Hire a professional Svelte developer today.
Loading Svelte Themes