Everything you need to build a Svelte project, powered by sv
.
To install the project using node, run:
npm install
Once you've installed the dependencies, you can run a dev server locally by running:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To enable Google authentication:
firebase.ts
We're using firebase for authentication of the admin, hosting of the webpage and database storage from firestore to keep the events in.
So I think it should be
firebase login
firebase init
pnpm run build
firebase deploy