This is a Svelte-based web application for the Web-3 Coding Challenge.
git clone <repo-url>
cd Web-3-Svelte-Coding-Challenge-Challenge3
npm install
Start the development server:
npm run dev
The app will be available at http://localhost:5173
(or as indicated in the terminal).
src/routes/
- Svelte pages (login, signup, home)src/stores/
- Svelte stores (e.g., authStore.js)src/firebase.js
- Firebase configurationMIT