A simple Sveltekit/Firebase project that generates a storefront, ideal for a wish-list
- Use this template
- Set up a firebase cloud firestore project
- Enable email-based auth in firebase
- Create a .env file using sample.env
- Run
npm install
- Run
npm run dev
- Go to localhost:5173/auth/signUp and sign up!
- Find your userID in Firebase and replace the variable
superUID
in $lib/super.ts with it - Change the logo in $lib/logo.svelte
- Add products
- Make any changes and share!
PRs welcome